From 12512b5779553d303770de77b14abb186a10f767 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 6 May 2015 15:13:17 +0200 Subject: Fix path to functest directory JIRA: FUNCTEST-1 Change-Id: I8ed489b96225629fd0613a594c04773b283fd51e Signed-off-by: Fatih Degirmenci --- jjb/functest/.availability.yml.swp | Bin 12288 -> 0 bytes jjb/functest/functest.yml | 9 +++------ 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 jjb/functest/.availability.yml.swp (limited to 'jjb/functest') 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}' -- cgit 1.2.3-korg