diff options
-rw-r--r-- | jjb/functest/functest.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index 43074a170..56119bd89 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -24,7 +24,7 @@ - joid: node: 'intel-us-deploy-bare-pod5' installer_type: 'compass' - installer_ip: '127.0.0.1' + installer_ip: '127.0.0.1' pod: - orange-test1: node: 'orange-test1' @@ -306,7 +306,7 @@ builders: - shell: - !include-raw ../opnfvdocs/docu-build.sh + echo "Hello World" - job-template: name: 'functest-merge-{stream}' |