diff options
Diffstat (limited to 'kud/tests/vFW/sink')
-rwxr-xr-x | kud/tests/vFW/sink | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kud/tests/vFW/sink b/kud/tests/vFW/sink index 5604198f..ace3b389 100755 --- a/kud/tests/vFW/sink +++ b/kud/tests/vFW/sink @@ -27,7 +27,8 @@ function install_dependencies { # install_vfw_scripts() - function install_vfw_scripts { pushd /opt - wget -q https://git.onap.org/demo/plain/vnfs/vFW/scripts/{v_sink_init,vsink}.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 mv vsink.sh /etc/init.d |