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/_common.sh | |
parent | 373505dd6c477ab2f00c51ed47134da8d37d21dc (diff) | |
parent | 67e82a7df34a75a57febc55a830e58a23c63a6c2 (diff) |
Merge "Fix populate typo"
Diffstat (limited to 'vagrant/tests/_common.sh')
-rwxr-xr-x | vagrant/tests/_common.sh | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/vagrant/tests/_common.sh b/vagrant/tests/_common.sh index e5f269dc..a8f01baf 100755 --- a/vagrant/tests/_common.sh +++ b/vagrant/tests/_common.sh @@ -22,9 +22,9 @@ virtlet_deployment_name=virtlet-deployment plugin_deployment_name=plugin-deployment plugin_service_name=plugin-service -# popule_CSAR_containers_vFW() - This function creates the content of CSAR file +# populate_CSAR_containers_vFW() - This function creates the content of CSAR file # required for vFirewal using only containers -function popule_CSAR_containers_vFW { +function populate_CSAR_containers_vFW { local csar_id=$1 _checks_args $csar_id @@ -186,10 +186,10 @@ DEPLOYMENT popd } -# popule_CSAR_vms_containers_vFW() - This function creates the content of CSAR file +# populate_CSAR_vms_containers_vFW() - This function creates the content of CSAR file # required for vFirewal using an hybrid combination between virtual machines and # cotainers -function popule_CSAR_vms_containers_vFW { +function populate_CSAR_vms_containers_vFW { local csar_id=$1 ssh_key=$(cat $HOME/.ssh/id_rsa.pub) @@ -484,9 +484,9 @@ DEPLOYMENT popd } -# popule_CSAR_vms_vFW() - This function creates the content of CSAR file +# populate_CSAR_vms_vFW() - This function creates the content of CSAR file # required for vFirewal using only virtual machines -function popule_CSAR_vms_vFW { +function populate_CSAR_vms_vFW { local csar_id=$1 ssh_key=$(cat $HOME/.ssh/id_rsa.pub) @@ -774,9 +774,9 @@ DEPLOYMENT popd } -# popule_CSAR_multus() - This function creates the content of CSAR file +# populate_CSAR_multus() - This function creates the content of CSAR file # required for testing Multus feature -function popule_CSAR_multus { +function populate_CSAR_multus { local csar_id=$1 _checks_args $csar_id @@ -839,9 +839,9 @@ DEPLOYMENT popd } -# popule_CSAR_virtlet() - This function creates the content of CSAR file +# populate_CSAR_virtlet() - This function creates the content of CSAR file # required for testing Virtlet feature -function popule_CSAR_virtlet { +function populate_CSAR_virtlet { local csar_id=$1 _checks_args $csar_id |