diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-05-06 15:13:17 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-05-06 15:13:17 +0200 |
commit | 12512b5779553d303770de77b14abb186a10f767 (patch) | |
tree | 02180113e14b273d26609f80e0ad27426903d581 /jjb/functest | |
parent | 5ae36c129b0678abb84e54bd916bf2712afe01e6 (diff) |
Fix path to functest directory
JIRA: FUNCTEST-1
Change-Id: I8ed489b96225629fd0613a594c04773b283fd51e
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/.availability.yml.swp | bin | 12288 -> 0 bytes | |||
-rw-r--r-- | jjb/functest/functest.yml | 9 |
2 files changed, 3 insertions, 6 deletions
diff --git a/jjb/functest/.availability.yml.swp b/jjb/functest/.availability.yml.swp Binary files differdeleted file mode 100644 index 7ca652091..000000000 --- a/jjb/functest/.availability.yml.swp +++ /dev/null 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}' |