summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-05-06 15:13:17 +0200
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-05-06 15:13:17 +0200
commit12512b5779553d303770de77b14abb186a10f767 (patch)
tree02180113e14b273d26609f80e0ad27426903d581
parent5ae36c129b0678abb84e54bd916bf2712afe01e6 (diff)
Fix path to functest directory
JIRA: FUNCTEST-1 Change-Id: I8ed489b96225629fd0613a594c04773b283fd51e Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
-rw-r--r--jjb/functest/.availability.yml.swpbin12288 -> 0 bytes
-rw-r--r--jjb/functest/functest.yml9
2 files changed, 3 insertions, 6 deletions
diff --git a/jjb/functest/.availability.yml.swp b/jjb/functest/.availability.yml.swp
deleted file mode 100644
index 7ca652091..000000000
--- a/jjb/functest/.availability.yml.swp
+++ /dev/null
Binary files 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}'