aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/tests/_common.sh
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-10-25 21:41:56 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-25 21:41:56 +0000
commit465bddc20ff33b535e8cfffd2182554057453e38 (patch)
treeaf46c215c11ce0fd576a4d5a0e307ec56631cf01 /vagrant/tests/_common.sh
parent373505dd6c477ab2f00c51ed47134da8d37d21dc (diff)
parent67e82a7df34a75a57febc55a830e58a23c63a6c2 (diff)
Merge "Fix populate typo"
Diffstat (limited to 'vagrant/tests/_common.sh')
-rwxr-xr-xvagrant/tests/_common.sh20
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