summaryrefslogtreecommitdiffstats
path: root/vagrant/tests/_common.sh
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-10-24 16:38:27 -0700
committerVictor Morales <victor.morales@intel.com>2018-10-24 16:38:53 -0700
commit67e82a7df34a75a57febc55a830e58a23c63a6c2 (patch)
tree876ab2b4fc5a2d6723bed52b378a529a72728184 /vagrant/tests/_common.sh
parent7ccc899a3181a5370962fcdbe2ea743afb734976 (diff)
Fix populate typo
Change-Id: I413b5548d8f24f1ff8e50d76d6982276683956ae Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
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