From 63fe7dc79274f4a36d89aaf5314c937282a0f59a Mon Sep 17 00:00:00 2001 From: Tong Liu Date: Thu, 21 Jan 2016 22:38:22 +0000 Subject: [PATCH] Add placeholder for NSXv3 tempest tests NSX plugin specific tests are in vmware_nsx_tempest folder. Create a new structure for nsxv3 similar to nsxv, which includes both api and scenario tests. vmware_nsx_tempest/ api/ scenario/ Change-Id: I39f43bba270c4b8279f777865ab92364835519d4 --- vmware_nsx_tempest/tests/nsxv3/README.rst | 5 +++++ vmware_nsx_tempest/tests/nsxv3/__init__.py | 0 vmware_nsx_tempest/tests/nsxv3/api/__init__.py | 0 vmware_nsx_tempest/tests/nsxv3/scenario/__init__.py | 0 4 files changed, 5 insertions(+) create mode 100644 vmware_nsx_tempest/tests/nsxv3/README.rst create mode 100644 vmware_nsx_tempest/tests/nsxv3/__init__.py create mode 100644 vmware_nsx_tempest/tests/nsxv3/api/__init__.py create mode 100644 vmware_nsx_tempest/tests/nsxv3/scenario/__init__.py diff --git a/vmware_nsx_tempest/tests/nsxv3/README.rst b/vmware_nsx_tempest/tests/nsxv3/README.rst new file mode 100644 index 0000000000..9b2af508df --- /dev/null +++ b/vmware_nsx_tempest/tests/nsxv3/README.rst @@ -0,0 +1,5 @@ +Placeholder for NSXv3 plugin specific automated tests +directory: + nsxv3 + api/ + scenario/ diff --git a/vmware_nsx_tempest/tests/nsxv3/__init__.py b/vmware_nsx_tempest/tests/nsxv3/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/vmware_nsx_tempest/tests/nsxv3/api/__init__.py b/vmware_nsx_tempest/tests/nsxv3/api/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/vmware_nsx_tempest/tests/nsxv3/scenario/__init__.py b/vmware_nsx_tempest/tests/nsxv3/scenario/__init__.py new file mode 100644 index 0000000000..e69de29bb2