diff options
Diffstat (limited to 'kud/tests/vFW/firewall')
-rwxr-xr-x | kud/tests/vFW/firewall | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kud/tests/vFW/firewall b/kud/tests/vFW/firewall index 93d4f2a3..c839c4d6 100755 --- a/kud/tests/vFW/firewall +++ b/kud/tests/vFW/firewall @@ -51,7 +51,8 @@ function install_vfw_scripts { local ves_reporting_path="${ves_path}/evel/evel-library" pushd /opt - wget -q https://git.onap.org/demo/plain/vnfs/vFW/scripts/{v_firewall_init,vfirewall}.sh + wget -q "https://nexus.onap.org/content/repositories/staging/org/onap/demo/vnf/vfw/vfw-scripts/${version}/vfw-scripts-${version}.zip" + unzip "vfw-scripts-${version}.zip" chmod +x *.sh _untar_url "sample-distribution/${version}/sample-distribution-${version}-hc.tar.gz" |