vmware-nsx/vmware_nsx_tempest/tests
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]: Modified QoS API tests 2017-03-12 11:50:40 +00:00
dvs Tempest|DVS: Add _list_ports for dvs scenario test case 2017-05-08 21:55:26 -04:00
nsxv [Tempest]: Adding of more cases for FWaaS 2017-05-18 02:29:29 +00:00
nsxv3 [Tempest]: Adding "Prevent NSX admin from deleting openstack entities" testcases 2017-05-31 09:46:01 -07:00
scenario Basic QoS scenarios: Testing bandwidth-limit, DSCP rule with traffic 2017-05-07 11:30:01 +00:00
templates Tempest:Deploy and Validate Neutron resources using HEAT Template on NSXT|V 2017-04-27 12:04:16 +00:00
__init__.py init release of vmware-nsx tempest tests in tempest external plugin 2016-01-21 10:02:00 -08:00
base.py Tempest: Fixed error with nonexist module 2016-09-11 09:14:02 -07:00
test_vmware_nsx_tempest.py Tempest: Moving from test.idempotent_id to decorators.idempotent_id 2017-03-02 11:03:21 +00:00