test/automated-pytest-suite/testcases/sanity/sanity_openstack
George Postolache e32cb6361a Test suite instance from image port from robot
Added conftest.py for sanity group which imports the delete_resource
  functions from resource_mgmt
Added conftest.py for sanity_openstack group which contains a fixture
  for creating netwok and subnet used in the suites
Added suite test_instance_from_image

Story: 2007472
Task: 39164

Patch Set 2:
Fixed following pep8 and pylint errors:
  E501 line too long
  E225 missing whitespace around operator
  E222 multiple spaces after operator
  W0106: Expression is assigned to nothing (expression-not-assigned)

Patch Set 3:
  added Signed off by
  added Story
  added Task

Patch Set 4:
  Shoortened the lines to under 100 chars
  Added apache-2
  Added new marker "robotsanity" to pytest.ini
  Modified test markers to use robotsanity instead of sanity
  Commented evacuate instances test

Patch Set 5:
  Commented evacuate instances test, forgot to do it in PS4
  
Patch Set 6:
  Added space after # for comments

Change-Id: Id17e0b65bace265f4bd2166c7bd7258ba76061f4
Signed-off-by: George Postolache <george.postolache@intel.com>
2020-04-01 18:07:22 +03:00
..
__init__.py Test suite instance from image port from robot 2020-04-01 18:07:22 +03:00
conftest.py Test suite instance from image port from robot 2020-04-01 18:07:22 +03:00
test_instance_from_image.py Test suite instance from image port from robot 2020-04-01 18:07:22 +03:00