From 690d329a91af99777a0d48cdd2ea84ac7e803c0e Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Wed, 12 Oct 2016 05:17:29 -0400 Subject: 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 --- scripts/conf/dovetail_config.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 scripts/conf/dovetail_config.yml (limited to 'scripts/conf/dovetail_config.yml') diff --git a/scripts/conf/dovetail_config.yml b/scripts/conf/dovetail_config.yml deleted file mode 100644 index 901988f8..00000000 --- a/scripts/conf/dovetail_config.yml +++ /dev/null @@ -1,20 +0,0 @@ - -work_dir: /home/opnfv/dovetail -result_dir: /home/opnfv/dovetail/results -report_file: 'dovetail_report.txt' - -# used for testcase cmd template in jinja2 format -# we have two variables available now -# parameter path, use this path to walk through python object and get value -# and the python object is "testcase" object by hard-coded -parameters: - - name: testcase - path: '("name",)' - - name: script_testcase - path: '("scripts", "testcase")' - -include_config: - - functest_config.yml - - yardstick_config.yml - - -- cgit 1.2.3-korg