vmware-nsx/vmware_nsx_tempest/tests/nsxv3
Deepthi Kandavara Jayarama 0a0aa86c5e [Tempest]: Adding "Prevent NSX admin from deleting openstack entities" testcases
Incorporated nsxv3_client.py for backend operations
Made changes to nsxv3_client.py for specific reqests
Test results:
root@prome-mdt-dhcp412:/opt/stack/tempest# python -m testtools.run vmware_nsx_tempest.tests.nsxv3.scenario.test_client_cert_mgmt_ops.TestCertificateMgmtOps
Tests running...
tempest/clients.py:45: DeprecationWarning: Using the 'client_parameters' argument is deprecated
  client_parameters=self._prepare_configuration())
tempest/scenario/manager.py:50: DeprecationWarning: Read-only property 'manager' has moved to 'os_primary' in version 'Pike' and will be removed in version 'Ocata'
  cls.flavors_client = cls.manager.flavors_client
tempest/test.py:376: DeprecationWarning: Read-only property 'os' has moved to 'os_primary' in version 'Pike' and will be removed in version 'Ocata'
  if hasattr(cls, "os"):

Ran 6 tests in 90.200s
OK
...................................................................................................................................
/opt/stack/tempest# python -m testtools.run vmware_nsx_tempest.tests.nsxv3.scenario.test_client_cert_mgmt_ops.TestCertificateMgmtOps
Tests running...
tempest/clients.py:45: DeprecationWarning: Using the 'client_parameters' argument is deprecated
  client_parameters=self._prepare_configuration())
tempest/scenario/manager.py:50: DeprecationWarning: Read-only property 'manager' has moved to 'os_primary' in version 'Pike' and will be removed in version 'Ocata'
  cls.flavors_client = cls.manager.flavors_client
tempest/test.py:376: DeprecationWarning: Read-only property 'os' has moved to 'os_primary' in version 'Pike' and will be removed in version 'Ocata'
  if hasattr(cls, "os"):

Ran 6 tests in 66.446s
OK

Change-Id: I7a7630a666cb157d4151cd6f244dc29726adb1b2
2017-05-31 09:46:01 -07:00
..
api Tempest: Tempest test NSX security groups failing 2017-05-19 12:36:26 -07:00
scale Tempest: Moving from test.idempotent_id to decorators.idempotent_id 2017-03-02 11:03:21 +00:00
scenario [Tempest]: Adding "Prevent NSX admin from deleting openstack entities" testcases 2017-05-31 09:46:01 -07:00
__init__.py Add placeholder for NSXv3 tempest tests 2016-01-21 22:45:27 +00:00
README.rst Add placeholder for NSXv3 tempest tests 2016-01-21 22:45:27 +00:00

Placeholder for NSXv3 plugin specific automated tests directory: nsxv3 api/ scenario/