diff options
author | Victor Morales <victor.morales@intel.com> | 2018-10-25 21:41:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-25 21:41:56 +0000 |
commit | 465bddc20ff33b535e8cfffd2182554057453e38 (patch) | |
tree | af46c215c11ce0fd576a4d5a0e307ec56631cf01 /vagrant/tests/integration_vFW.sh | |
parent | 373505dd6c477ab2f00c51ed47134da8d37d21dc (diff) | |
parent | 67e82a7df34a75a57febc55a830e58a23c63a6c2 (diff) |
Merge "Fix populate typo"
Diffstat (limited to 'vagrant/tests/integration_vFW.sh')
-rwxr-xr-x | vagrant/tests/integration_vFW.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/tests/integration_vFW.sh b/vagrant/tests/integration_vFW.sh index 237593f2..e0f7075e 100755 --- a/vagrant/tests/integration_vFW.sh +++ b/vagrant/tests/integration_vFW.sh @@ -21,7 +21,7 @@ csar_id=66fea6f0-b74d-11e8-95a0-525400feed26 if [[ ! -f $HOME/.ssh/id_rsa.pub ]]; then echo -e "\n\n\n" | ssh-keygen -t rsa -N "" fi -popule_CSAR_vms_vFW $csar_id +populate_CSAR_vms_vFW $csar_id pushd ${CSAR_DIR}/${csar_id} for resource in unprotected-private-net-cidr-network protected-private-net-cidr-network onap-private-net-cidr-network; do |