Modify repo structure 21/53621/1
authorHarry Huang <huangxiangyu5@huawei.com>
Tue, 13 Mar 2018 02:52:01 +0000 (10:52 +0800)
committerHarry Huang <huangxiangyu5@huawei.com>
Tue, 13 Mar 2018 02:52:01 +0000 (10:52 +0800)
JIRA: -

1. keep modules in lib directory instead of auto

Change-Id: Ie4c51b28554575bafbaa89c5f57309a786b903e0
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
29 files changed:
lib/auto.egg-info/PKG-INFO [new file with mode: 0644]
lib/auto.egg-info/SOURCES.txt [new file with mode: 0644]
lib/auto.egg-info/dependency_links.txt [new file with mode: 0644]
lib/auto.egg-info/requires.txt [new file with mode: 0644]
lib/auto.egg-info/top_level.txt [new file with mode: 0644]
lib/auto/__init__.py [moved from auto/__init__.py with 100% similarity]
lib/auto/testcase/resiliency/AutoResilIftCloud.py [moved from auto/testcase/resiliency/AutoResilIftCloud.py with 100% similarity]
lib/auto/testcase/resiliency/AutoResilItfOS.py [moved from auto/testcase/resiliency/AutoResilItfOS.py with 100% similarity]
lib/auto/testcase/resiliency/AutoResilItfVNFMNFVO.py [moved from auto/testcase/resiliency/AutoResilItfVNFMNFVO.py with 100% similarity]
lib/auto/testcase/resiliency/AutoResilMain.py [moved from auto/testcase/resiliency/AutoResilMain.py with 100% similarity]
lib/auto/testcase/resiliency/AutoResilMgTestDef.py [moved from auto/testcase/resiliency/AutoResilMgTestDef.py with 100% similarity]
lib/auto/testcase/resiliency/AutoResilRunTest.py [moved from auto/testcase/resiliency/AutoResilRunTest.py with 100% similarity]
lib/auto/testcase/vnf/vbng/MANIFEST.json [moved from auto/testcase/vnf/vbng/MANIFEST.json with 100% similarity]
lib/auto/testcase/vnf/vbng/base_vcpe_vbng.env [moved from auto/testcase/vnf/vbng/base_vcpe_vbng.env with 100% similarity]
lib/auto/testcase/vnf/vbng/base_vcpe_vbng.yaml [moved from auto/testcase/vnf/vbng/base_vcpe_vbng.yaml with 100% similarity]
lib/auto/testcase/vnf/vbrgemu/MANIFEST.json [moved from auto/testcase/vnf/vbrgemu/MANIFEST.json with 100% similarity]
lib/auto/testcase/vnf/vbrgemu/base_vcpe_vbrgemu.env [moved from auto/testcase/vnf/vbrgemu/base_vcpe_vbrgemu.env with 100% similarity]
lib/auto/testcase/vnf/vbrgemu/base_vcpe_vbrgemu.yaml [moved from auto/testcase/vnf/vbrgemu/base_vcpe_vbrgemu.yaml with 100% similarity]
lib/auto/testcase/vnf/vgmux/MANIFEST.json [moved from auto/testcase/vnf/vgmux/MANIFEST.json with 100% similarity]
lib/auto/testcase/vnf/vgmux/base_vcpe_vgmux.env [moved from auto/testcase/vnf/vgmux/base_vcpe_vgmux.env with 100% similarity]
lib/auto/testcase/vnf/vgmux/base_vcpe_vgmux.yaml [moved from auto/testcase/vnf/vgmux/base_vcpe_vgmux.yaml with 100% similarity]
lib/auto/testcase/vnf/vgw/MANIFEST.json [moved from auto/testcase/vnf/vgw/MANIFEST.json with 100% similarity]
lib/auto/testcase/vnf/vgw/base_vcpe_vgw.env [moved from auto/testcase/vnf/vgw/base_vcpe_vgw.env with 100% similarity]
lib/auto/testcase/vnf/vgw/base_vcpe_vgw.yaml [moved from auto/testcase/vnf/vgw/base_vcpe_vgw.yaml with 100% similarity]
lib/auto/util/__init__.py [moved from auto/util/__init__.py with 100% similarity]
lib/auto/util/openstack_lib.py [moved from auto/util/openstack_lib.py with 100% similarity]
lib/auto/util/util.py [moved from auto/util/util.py with 100% similarity]
lib/auto/util/yaml_type.py [moved from auto/util/yaml_type.py with 100% similarity]
setup.py

diff --git a/lib/auto.egg-info/PKG-INFO b/lib/auto.egg-info/PKG-INFO
new file mode 100644 (file)
index 0000000..d0a669b
--- /dev/null
@@ -0,0 +1,10 @@
+Metadata-Version: 1.0
+Name: auto
+Version: 1.0.0
+Summary: UNKNOWN
+Home-page: UNKNOWN
+Author: UNKNOWN
+Author-email: UNKNOWN
+License: UNKNOWN
+Description: UNKNOWN
+Platform: UNKNOWN
diff --git a/lib/auto.egg-info/SOURCES.txt b/lib/auto.egg-info/SOURCES.txt
new file mode 100644 (file)
index 0000000..ede3967
--- /dev/null
@@ -0,0 +1,11 @@
+setup.py
+lib/auto/__init__.py
+lib/auto.egg-info/PKG-INFO
+lib/auto.egg-info/SOURCES.txt
+lib/auto.egg-info/dependency_links.txt
+lib/auto.egg-info/requires.txt
+lib/auto.egg-info/top_level.txt
+lib/auto/util/__init__.py
+lib/auto/util/openstack_lib.py
+lib/auto/util/util.py
+lib/auto/util/yaml_type.py
\ No newline at end of file
diff --git a/lib/auto.egg-info/dependency_links.txt b/lib/auto.egg-info/dependency_links.txt
new file mode 100644 (file)
index 0000000..8b13789
--- /dev/null
@@ -0,0 +1 @@
+
diff --git a/lib/auto.egg-info/requires.txt b/lib/auto.egg-info/requires.txt
new file mode 100644 (file)
index 0000000..472fa91
--- /dev/null
@@ -0,0 +1,2 @@
+GitPython
+pycrypto
diff --git a/lib/auto.egg-info/top_level.txt b/lib/auto.egg-info/top_level.txt
new file mode 100644 (file)
index 0000000..865faf1
--- /dev/null
@@ -0,0 +1 @@
+auto
similarity index 100%
rename from auto/__init__.py
rename to lib/auto/__init__.py
similarity index 100%
rename from auto/util/util.py
rename to lib/auto/util/util.py
index c7ec804..59a3c91 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,8 @@ with open(requirement_path, 'r') as fd:
 setup(
     name="auto",
     version='1.0.0',
-    packages=find_packages(),
+    package_dir={'': 'lib'},
+    packages=find_packages('lib'),
     include_package_data=True,
     install_requires=requirements
 )