diff options
author | Ritu Sood <ritu.sood@intel.com> | 2019-05-13 16:31:51 -0700 |
---|---|---|
committer | Ritu Sood <ritu.sood@intel.com> | 2019-05-13 16:35:58 -0700 |
commit | 1f78517c7ef99edb60ff1196f640bcaeddaa6f0a (patch) | |
tree | f7d8b5fd652f70d4bc8de1277d24a0b13b2623aa /kud/tests | |
parent | 9294d82d6cf301727f8cd3a40116af5cb56a521f (diff) |
vFW test case wrong urls and version
In vFw test case some urls are incorrect
and the vFW scripts release version
doesn't exist anymore
Change-Id: I296a6ac0a3779f3d63f5dfa4e411d4663fd98651
Issue-ID: MULTICLOUD-623
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Diffstat (limited to 'kud/tests')
-rwxr-xr-x | kud/tests/_common.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kud/tests/_common.sh b/kud/tests/_common.sh index f0fa7d6f..77818dcf 100755 --- a/kud/tests/_common.sh +++ b/kud/tests/_common.sh @@ -33,7 +33,7 @@ rbp_instance=rbp_instance.json rbp_content_tarball=profile.tar # vFirewall vars -demo_artifacts_version=1.3.0 +demo_artifacts_version=1.3.1 vfw_private_ip_0='192.168.10.3' vfw_private_ip_1='192.168.20.2' vfw_private_ip_2='10.10.100.3' @@ -376,7 +376,7 @@ spec: $proxy runcmd: $cloud_init_proxy - - wget -O - https://git.onap.org/multicloud/k8s/plain/vagrant/tests/vFW/$packetgen_deployment_name | sudo -E bash + - wget -O - https://git.onap.org/multicloud/k8s/plain/kud/tests/vFW/$packetgen_deployment_name | sudo -E bash VirtletSSHKeys: | $ssh_key VirtletRootVolumeSize: 5Gi @@ -444,7 +444,7 @@ spec: $proxy runcmd: $cloud_init_proxy - - wget -O - https://git.onap.org/multicloud/k8s/plain/vagrant/tests/vFW/$firewall_deployment_name | sudo -E bash + - wget -O - https://git.onap.org/multicloud/k8s/plain/kud/tests/vFW/$firewall_deployment_name | sudo -E bash VirtletSSHKeys: | $ssh_key VirtletRootVolumeSize: 5Gi @@ -652,7 +652,7 @@ spec: $proxy runcmd: $cloud_init_proxy - - wget -O - https://git.onap.org/multicloud/k8s/plain/vagrant/tests/vFW/$packetgen_deployment_name | sudo -E bash + - wget -O - https://git.onap.org/multicloud/k8s/plain/kud/tests/vFW/$packetgen_deployment_name | sudo -E bash VirtletSSHKeys: | $ssh_key VirtletRootVolumeSize: 5Gi @@ -719,7 +719,7 @@ spec: $proxy runcmd: $cloud_init_proxy - - wget -O - https://git.onap.org/multicloud/k8s/plain/vagrant/tests/vFW/$firewall_deployment_name | sudo -E bash + - wget -O - https://git.onap.org/multicloud/k8s/plain/kud/tests/vFW/$firewall_deployment_name | sudo -E bash VirtletSSHKeys: | $ssh_key VirtletRootVolumeSize: 5Gi @@ -785,7 +785,7 @@ spec: $proxy runcmd: $cloud_init_proxy - - wget -O - https://git.onap.org/multicloud/k8s/plain/vagrant/tests/vFW/$sink_deployment_name | sudo -E bash + - wget -O - https://git.onap.org/multicloud/k8s/plain/kud/tests/vFW/$sink_deployment_name | sudo -E bash VirtletSSHKeys: | $ssh_key VirtletRootVolumeSize: 5Gi |