aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2018-03-13 10:52:01 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2018-03-13 10:52:01 +0800
commit206c5a988ab003af7c04b82044eb565d8b3bcfb7 (patch)
treeea8acb86a0d681f95b768578430fba08a19226f5
parentee1c7bae9fd29ef2ac2ca04bbccb73230723c3ce (diff)
Modify repo structure
JIRA: - 1. keep modules in lib directory instead of auto Change-Id: Ie4c51b28554575bafbaa89c5f57309a786b903e0 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
-rw-r--r--lib/auto.egg-info/PKG-INFO10
-rw-r--r--lib/auto.egg-info/SOURCES.txt11
-rw-r--r--lib/auto.egg-info/dependency_links.txt1
-rw-r--r--lib/auto.egg-info/requires.txt2
-rw-r--r--lib/auto.egg-info/top_level.txt1
-rw-r--r--lib/auto/__init__.py (renamed from auto/__init__.py)0
-rw-r--r--lib/auto/testcase/resiliency/AutoResilIftCloud.py (renamed from auto/testcase/resiliency/AutoResilIftCloud.py)0
-rw-r--r--lib/auto/testcase/resiliency/AutoResilItfOS.py (renamed from auto/testcase/resiliency/AutoResilItfOS.py)0
-rw-r--r--lib/auto/testcase/resiliency/AutoResilItfVNFMNFVO.py (renamed from auto/testcase/resiliency/AutoResilItfVNFMNFVO.py)0
-rw-r--r--lib/auto/testcase/resiliency/AutoResilMain.py (renamed from auto/testcase/resiliency/AutoResilMain.py)0
-rw-r--r--lib/auto/testcase/resiliency/AutoResilMgTestDef.py (renamed from auto/testcase/resiliency/AutoResilMgTestDef.py)0
-rw-r--r--lib/auto/testcase/resiliency/AutoResilRunTest.py (renamed from auto/testcase/resiliency/AutoResilRunTest.py)0
-rw-r--r--lib/auto/testcase/vnf/vbng/MANIFEST.json (renamed from auto/testcase/vnf/vbng/MANIFEST.json)0
-rw-r--r--lib/auto/testcase/vnf/vbng/base_vcpe_vbng.env (renamed from auto/testcase/vnf/vbng/base_vcpe_vbng.env)0
-rw-r--r--lib/auto/testcase/vnf/vbng/base_vcpe_vbng.yaml (renamed from auto/testcase/vnf/vbng/base_vcpe_vbng.yaml)0
-rw-r--r--lib/auto/testcase/vnf/vbrgemu/MANIFEST.json (renamed from auto/testcase/vnf/vbrgemu/MANIFEST.json)0
-rw-r--r--lib/auto/testcase/vnf/vbrgemu/base_vcpe_vbrgemu.env (renamed from auto/testcase/vnf/vbrgemu/base_vcpe_vbrgemu.env)0
-rw-r--r--lib/auto/testcase/vnf/vbrgemu/base_vcpe_vbrgemu.yaml (renamed from auto/testcase/vnf/vbrgemu/base_vcpe_vbrgemu.yaml)0
-rw-r--r--lib/auto/testcase/vnf/vgmux/MANIFEST.json (renamed from auto/testcase/vnf/vgmux/MANIFEST.json)0
-rw-r--r--lib/auto/testcase/vnf/vgmux/base_vcpe_vgmux.env (renamed from auto/testcase/vnf/vgmux/base_vcpe_vgmux.env)0
-rw-r--r--lib/auto/testcase/vnf/vgmux/base_vcpe_vgmux.yaml (renamed from auto/testcase/vnf/vgmux/base_vcpe_vgmux.yaml)0
-rw-r--r--lib/auto/testcase/vnf/vgw/MANIFEST.json (renamed from auto/testcase/vnf/vgw/MANIFEST.json)0
-rw-r--r--lib/auto/testcase/vnf/vgw/base_vcpe_vgw.env (renamed from auto/testcase/vnf/vgw/base_vcpe_vgw.env)0
-rw-r--r--lib/auto/testcase/vnf/vgw/base_vcpe_vgw.yaml (renamed from auto/testcase/vnf/vgw/base_vcpe_vgw.yaml)0
-rw-r--r--lib/auto/util/__init__.py (renamed from auto/util/__init__.py)0
-rw-r--r--lib/auto/util/openstack_lib.py (renamed from auto/util/openstack_lib.py)0
-rw-r--r--lib/auto/util/util.py (renamed from auto/util/util.py)0
-rw-r--r--lib/auto/util/yaml_type.py (renamed from auto/util/yaml_type.py)0
-rw-r--r--setup.py3
29 files changed, 27 insertions, 1 deletions
diff --git a/lib/auto.egg-info/PKG-INFO b/lib/auto.egg-info/PKG-INFO
new file mode 100644
index 0000000..d0a669b
--- /dev/null
+++ b/lib/auto.egg-info/PKG-INFO
@@ -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
index 0000000..ede3967
--- /dev/null
+++ b/lib/auto.egg-info/SOURCES.txt
@@ -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
index 0000000..8b13789
--- /dev/null
+++ b/lib/auto.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/lib/auto.egg-info/requires.txt b/lib/auto.egg-info/requires.txt
new file mode 100644
index 0000000..472fa91
--- /dev/null
+++ b/lib/auto.egg-info/requires.txt
@@ -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
index 0000000..865faf1
--- /dev/null
+++ b/lib/auto.egg-info/top_level.txt
@@ -0,0 +1 @@
+auto
diff --git a/auto/__init__.py b/lib/auto/__init__.py
index e69de29..e69de29 100644
--- a/auto/__init__.py
+++ b/lib/auto/__init__.py
diff --git a/auto/testcase/resiliency/AutoResilIftCloud.py b/lib/auto/testcase/resiliency/AutoResilIftCloud.py
index bca8b95..bca8b95 100644
--- a/auto/testcase/resiliency/AutoResilIftCloud.py
+++ b/lib/auto/testcase/resiliency/AutoResilIftCloud.py
diff --git a/auto/testcase/resiliency/AutoResilItfOS.py b/lib/auto/testcase/resiliency/AutoResilItfOS.py
index 2fc6c85..2fc6c85 100644
--- a/auto/testcase/resiliency/AutoResilItfOS.py
+++ b/lib/auto/testcase/resiliency/AutoResilItfOS.py
diff --git a/auto/testcase/resiliency/AutoResilItfVNFMNFVO.py b/lib/auto/testcase/resiliency/AutoResilItfVNFMNFVO.py
index b6b1745..b6b1745 100644
--- a/auto/testcase/resiliency/AutoResilItfVNFMNFVO.py
+++ b/lib/auto/testcase/resiliency/AutoResilItfVNFMNFVO.py
diff --git a/auto/testcase/resiliency/AutoResilMain.py b/lib/auto/testcase/resiliency/AutoResilMain.py
index a69e777..a69e777 100644
--- a/auto/testcase/resiliency/AutoResilMain.py
+++ b/lib/auto/testcase/resiliency/AutoResilMain.py
diff --git a/auto/testcase/resiliency/AutoResilMgTestDef.py b/lib/auto/testcase/resiliency/AutoResilMgTestDef.py
index cc3d0ef..cc3d0ef 100644
--- a/auto/testcase/resiliency/AutoResilMgTestDef.py
+++ b/lib/auto/testcase/resiliency/AutoResilMgTestDef.py
diff --git a/auto/testcase/resiliency/AutoResilRunTest.py b/lib/auto/testcase/resiliency/AutoResilRunTest.py
index 2ceba40..2ceba40 100644
--- a/auto/testcase/resiliency/AutoResilRunTest.py
+++ b/lib/auto/testcase/resiliency/AutoResilRunTest.py
diff --git a/auto/testcase/vnf/vbng/MANIFEST.json b/lib/auto/testcase/vnf/vbng/MANIFEST.json
index 0b34111..0b34111 100644
--- a/auto/testcase/vnf/vbng/MANIFEST.json
+++ b/lib/auto/testcase/vnf/vbng/MANIFEST.json
diff --git a/auto/testcase/vnf/vbng/base_vcpe_vbng.env b/lib/auto/testcase/vnf/vbng/base_vcpe_vbng.env
index be4f972..be4f972 100644
--- a/auto/testcase/vnf/vbng/base_vcpe_vbng.env
+++ b/lib/auto/testcase/vnf/vbng/base_vcpe_vbng.env
diff --git a/auto/testcase/vnf/vbng/base_vcpe_vbng.yaml b/lib/auto/testcase/vnf/vbng/base_vcpe_vbng.yaml
index 3dd7ca0..3dd7ca0 100644
--- a/auto/testcase/vnf/vbng/base_vcpe_vbng.yaml
+++ b/lib/auto/testcase/vnf/vbng/base_vcpe_vbng.yaml
diff --git a/auto/testcase/vnf/vbrgemu/MANIFEST.json b/lib/auto/testcase/vnf/vbrgemu/MANIFEST.json
index 3911256..3911256 100644
--- a/auto/testcase/vnf/vbrgemu/MANIFEST.json
+++ b/lib/auto/testcase/vnf/vbrgemu/MANIFEST.json
diff --git a/auto/testcase/vnf/vbrgemu/base_vcpe_vbrgemu.env b/lib/auto/testcase/vnf/vbrgemu/base_vcpe_vbrgemu.env
index 7719f55..7719f55 100644
--- a/auto/testcase/vnf/vbrgemu/base_vcpe_vbrgemu.env
+++ b/lib/auto/testcase/vnf/vbrgemu/base_vcpe_vbrgemu.env
diff --git a/auto/testcase/vnf/vbrgemu/base_vcpe_vbrgemu.yaml b/lib/auto/testcase/vnf/vbrgemu/base_vcpe_vbrgemu.yaml
index a786995..a786995 100644
--- a/auto/testcase/vnf/vbrgemu/base_vcpe_vbrgemu.yaml
+++ b/lib/auto/testcase/vnf/vbrgemu/base_vcpe_vbrgemu.yaml
diff --git a/auto/testcase/vnf/vgmux/MANIFEST.json b/lib/auto/testcase/vnf/vgmux/MANIFEST.json
index 1f62167..1f62167 100644
--- a/auto/testcase/vnf/vgmux/MANIFEST.json
+++ b/lib/auto/testcase/vnf/vgmux/MANIFEST.json
diff --git a/auto/testcase/vnf/vgmux/base_vcpe_vgmux.env b/lib/auto/testcase/vnf/vgmux/base_vcpe_vgmux.env
index e81afa7..e81afa7 100644
--- a/auto/testcase/vnf/vgmux/base_vcpe_vgmux.env
+++ b/lib/auto/testcase/vnf/vgmux/base_vcpe_vgmux.env
diff --git a/auto/testcase/vnf/vgmux/base_vcpe_vgmux.yaml b/lib/auto/testcase/vnf/vgmux/base_vcpe_vgmux.yaml
index ecdb1b1..ecdb1b1 100644
--- a/auto/testcase/vnf/vgmux/base_vcpe_vgmux.yaml
+++ b/lib/auto/testcase/vnf/vgmux/base_vcpe_vgmux.yaml
diff --git a/auto/testcase/vnf/vgw/MANIFEST.json b/lib/auto/testcase/vnf/vgw/MANIFEST.json
index 8178b1e..8178b1e 100644
--- a/auto/testcase/vnf/vgw/MANIFEST.json
+++ b/lib/auto/testcase/vnf/vgw/MANIFEST.json
diff --git a/auto/testcase/vnf/vgw/base_vcpe_vgw.env b/lib/auto/testcase/vnf/vgw/base_vcpe_vgw.env
index f1cadb8..f1cadb8 100644
--- a/auto/testcase/vnf/vgw/base_vcpe_vgw.env
+++ b/lib/auto/testcase/vnf/vgw/base_vcpe_vgw.env
diff --git a/auto/testcase/vnf/vgw/base_vcpe_vgw.yaml b/lib/auto/testcase/vnf/vgw/base_vcpe_vgw.yaml
index 173ba6d..173ba6d 100644
--- a/auto/testcase/vnf/vgw/base_vcpe_vgw.yaml
+++ b/lib/auto/testcase/vnf/vgw/base_vcpe_vgw.yaml
diff --git a/auto/util/__init__.py b/lib/auto/util/__init__.py
index e69de29..e69de29 100644
--- a/auto/util/__init__.py
+++ b/lib/auto/util/__init__.py
diff --git a/auto/util/openstack_lib.py b/lib/auto/util/openstack_lib.py
index 4b62b72..4b62b72 100644
--- a/auto/util/openstack_lib.py
+++ b/lib/auto/util/openstack_lib.py
diff --git a/auto/util/util.py b/lib/auto/util/util.py
index 0033900..0033900 100644
--- a/auto/util/util.py
+++ b/lib/auto/util/util.py
diff --git a/auto/util/yaml_type.py b/lib/auto/util/yaml_type.py
index 352fc7d..352fc7d 100644
--- a/auto/util/yaml_type.py
+++ b/lib/auto/util/yaml_type.py
diff --git a/setup.py b/setup.py
index c7ec804..59a3c91 100644
--- 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
)