Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Ubuntu 16.04.2 LTS (Xenial) for x86_64

  • Ubuntu 14.04 LTS (Trusty) for x86_64
  • CentOS-7-1611 for x86_64
     

...

    a) By default, for Defcore test cases run by Refstack-client, which are consumed by DoveTail,  are run followed with automatically generated configuration file, i.e., refstack_tempest.conf.

    In some circumstances, the automatic configuration file may not quite satisfied with the SUT, DoveTail provide a way for users to set its configuration file according to its own SUT manually,

...

             % cd /home/opnfv/dovetail/userconfig

            % touch refstack_tempest.conf defcore.txt

            % vim refstack_tempest.conf

            % vim defcore.txt

...

    the recommend way to set refstack_tempest.conf is shown in https://aptira.com/testing-openstack-tempest-part-1/

...

             % cd $DOVETAIL_HOME/dovetail

             % mkdir userconfig

             % cd userconfig

             % touch refstack_tempest.conf defcore.txt

             % vim refstack_tempest.conf

             % vim defcore.txt


        recommended way to set refstack_tempest.conf and defcore.txt is same as above in  "Installing Dovetail Docker Container" method section.

 

        For Defcore test cases manually running method, there is a need to adjust the compliance_set test suite,

        for dovetail, defcore.tc001.yml and defcore.tc002.yml are used for automatic and manual running method, respectively.  

 

              % cd $DOVETAIL_HOME/dovetail/compliance 

              % vim CVP_1_0_0.yml


        to add defcore.tc002 and annotate defcore.tc001

...