preparation for setup.py 15/23015/1
authorMatthewLi <matthew.lijun@huawei.com>
Wed, 12 Oct 2016 09:17:29 +0000 (05:17 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Wed, 12 Oct 2016 09:18:22 +0000 (05:18 -0400)
commit690d329a91af99777a0d48cdd2ea84ac7e803c0e
tree856546379df2af45a6a1deccad122db4b89ae96d
parent47bd76a388cb6a5b3e023fc6239584b59e19b336
preparation for setup.py

JIRA: DOVETAIL-26

1)change the directory scripts to dovetail, to make it unified in OPNFV and for setup.py
2)change the paths accordingly
3)this should be first merged, since docker is changed, then to add setup.py and run the local test

Change-Id: I65974bde17f310ebbfe3c025532b05dae8752945
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
18 files changed:
docker/Dockerfile
dovetail/__init__.py [moved from scripts/__init__.py with 100% similarity]
dovetail/cert/basic.yml [moved from scripts/cert/basic.yml with 100% similarity]
dovetail/conf/__init__.py [moved from scripts/conf/__init__.py with 100% similarity]
dovetail/conf/dovetail_config.py [moved from scripts/conf/dovetail_config.py with 100% similarity]
dovetail/conf/dovetail_config.yml [moved from scripts/conf/dovetail_config.yml with 100% similarity]
dovetail/conf/functest_config.yml [moved from scripts/conf/functest_config.yml with 100% similarity]
dovetail/conf/yardstick_config.yml [moved from scripts/conf/yardstick_config.yml with 100% similarity]
dovetail/container.py [moved from scripts/container.py with 100% similarity]
dovetail/parser.py [moved from scripts/parser.py with 100% similarity]
dovetail/prepare_env.py [moved from scripts/prepare_env.py with 100% similarity]
dovetail/report.py [moved from scripts/report.py with 100% similarity]
dovetail/run.py [moved from scripts/run.py with 100% similarity]
dovetail/testcase.py [moved from scripts/testcase.py with 100% similarity]
dovetail/testcase/ipv6.tc001.yml [moved from scripts/testcase/ipv6.tc001.yml with 100% similarity]
dovetail/utils/__init__.py [moved from scripts/utils/__init__.py with 100% similarity]
dovetail/utils/dovetail_logger.py [moved from scripts/utils/dovetail_logger.py with 100% similarity]
dovetail/utils/dovetail_utils.py [moved from scripts/utils/dovetail_utils.py with 100% similarity]