Fix path to functest directory 82/482/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 6 May 2015 13:13:17 +0000 (15:13 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 6 May 2015 13:13:17 +0000 (15:13 +0200)
JIRA: FUNCTEST-1

Change-Id: I8ed489b96225629fd0613a594c04773b283fd51e
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/functest/.availability.yml.swp [deleted file]
jjb/functest/functest.yml

diff --git a/jjb/functest/.availability.yml.swp b/jjb/functest/.availability.yml.swp
deleted file mode 100644 (file)
index 7ca6520..0000000
Binary files a/jjb/functest/.availability.yml.swp and /dev/null differ
index b3d1ce8..27f082c 100644 (file)
@@ -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:
 
     builders:
         - shell: |
-            python ./.functest/vPing/vPing.py
-
-
+            python $HOME/.functest/vPing/vPing.py
 
 - job-template:
     name: 'functest-daily-{stream}'