diff options
author | Victor Morales <victor.morales@intel.com> | 2019-02-06 13:21:46 -0800 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2019-02-06 13:21:46 -0800 |
commit | 4b1a17def6ca8128190cf0c75d4396a48c73ca97 (patch) | |
tree | db3ebdd25d8f52c46daf3cb1c2da1c1990b424b3 | |
parent | e711aa83716d2dcca5c0129602e9dc500b281e4b (diff) |
Remove external script references
The integration_* test scripts have some references to external
repositories that are out of the ONAP project scope. This change
removes those references to keep everything defined in this repo.
Change-Id: I0e829c6215efaf3cde9f5198f235b15350ac8235
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
-rwxr-xr-x | vagrant/tests/_common.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vagrant/tests/_common.sh b/vagrant/tests/_common.sh index 620c00af..674c752a 100755 --- a/vagrant/tests/_common.sh +++ b/vagrant/tests/_common.sh @@ -371,7 +371,7 @@ spec: $proxy runcmd: $cloud_init_proxy - - wget -O - https://raw.githubusercontent.com/electrocucaracha/vFW-demo/master/$packetgen_deployment_name | sudo -E bash + - wget -O - https://git.onap.org/multicloud/k8s/plain/vagrant/tests/vFW/$packetgen_deployment_name | sudo -E bash VirtletSSHKeys: | $ssh_key VirtletRootVolumeSize: 5Gi @@ -439,7 +439,7 @@ spec: $proxy runcmd: $cloud_init_proxy - - wget -O - https://raw.githubusercontent.com/electrocucaracha/vFW-demo/master/$firewall_deployment_name | sudo -E bash + - wget -O - https://git.onap.org/multicloud/k8s/plain/vagrant/tests/vFW/$firewall_deployment_name | sudo -E bash VirtletSSHKeys: | $ssh_key VirtletRootVolumeSize: 5Gi @@ -647,7 +647,7 @@ spec: $proxy runcmd: $cloud_init_proxy - - wget -O - https://raw.githubusercontent.com/electrocucaracha/vFW-demo/master/$packetgen_deployment_name | sudo -E bash + - wget -O - https://git.onap.org/multicloud/k8s/plain/vagrant/tests/vFW/$packetgen_deployment_name | sudo -E bash VirtletSSHKeys: | $ssh_key VirtletRootVolumeSize: 5Gi @@ -714,7 +714,7 @@ spec: $proxy runcmd: $cloud_init_proxy - - wget -O - https://raw.githubusercontent.com/electrocucaracha/vFW-demo/master/$firewall_deployment_name | sudo -E bash + - wget -O - https://git.onap.org/multicloud/k8s/plain/vagrant/tests/vFW/$firewall_deployment_name | sudo -E bash VirtletSSHKeys: | $ssh_key VirtletRootVolumeSize: 5Gi @@ -780,7 +780,7 @@ spec: $proxy runcmd: $cloud_init_proxy - - wget -O - https://raw.githubusercontent.com/electrocucaracha/vFW-demo/master/$sink_deployment_name | sudo -E bash + - wget -O - https://git.onap.org/multicloud/k8s/plain/vagrant/tests/vFW/$sink_deployment_name | sudo -E bash VirtletSSHKeys: | $ssh_key VirtletRootVolumeSize: 5Gi |