Versions Compared

Key

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

...

  • For running all test suites under a given directory:

...


  • nosetests-2.7 --with-marvin --marvin-config=<path_to_marvin_config>   --with-xunit  --xunit-file=<path_to_out_xml>  -w <path_to_test_cases_dir> -a tags=advanced,required_hardware=false  --zone=<zone_name>  --hypervisor=simulator
  • For running a single test suite:

    nosetests-2.7 --with-marvin --marvin-config=<path_to_marvin_config>   --with-xunit  --xunit-file=<path_to_out_xml>  <path_to_test_suite> -a tags=advanced,required_hardware=false  --zone=<zone_name>  --hypervisor=simulator


  • For running a single test class under a given test suite:
    nosetests-2.7 --with-marvin --marvin-config=<path_to_marvin_config>   --with-xunit  --xunit-file=<path_to_out_xml>  <path_to_test_suite>:<TestClass> -a tags=advanced,required_hardware=false  --zone=<zone_name>  --hypervisor=simulator

...