From: Fatih Degirmenci Date: Wed, 6 May 2015 13:13:17 +0000 (+0200) Subject: Fix path to functest directory X-Git-Tag: arno.2015.1.0~68 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=12512b5779553d303770de77b14abb186a10f767 Fix path to functest directory JIRA: FUNCTEST-1 Change-Id: I8ed489b96225629fd0613a594c04773b283fd51e Signed-off-by: Fatih Degirmenci --- diff --git a/jjb/functest/.availability.yml.swp b/jjb/functest/.availability.yml.swp deleted file mode 100644 index 7ca652091..000000000 Binary files a/jjb/functest/.availability.yml.swp and /dev/null differ diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index b3d1ce831..27f082c53 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -35,7 +35,7 @@ builders: - shell: | - python .functest/run_rally.py all + python $HOME/.functest/run_rally.py all - job-template: name: functest-openstack-tempest-smoke-test @@ -54,7 +54,6 @@ - shell: | rally verify start smoke rally verify list - - job-template: name: functest-odl-test @@ -95,7 +94,7 @@ name: functest-vping-test project-type: freestyle - + node: opnfv-jump-2 logrotate: @@ -106,9 +105,7 @@ builders: - shell: | - python ./.functest/vPing/vPing.py - - + python $HOME/.functest/vPing/vPing.py - job-template: name: 'functest-daily-{stream}'