Fix populate typo 97/71197/1
authorVictor Morales <victor.morales@intel.com>
Wed, 24 Oct 2018 23:38:27 +0000 (16:38 -0700)
committerVictor Morales <victor.morales@intel.com>
Wed, 24 Oct 2018 23:38:53 +0000 (16:38 -0700)
Change-Id: I413b5548d8f24f1ff8e50d76d6982276683956ae
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301

vagrant/tests/_common.sh
vagrant/tests/integration_cFW.sh
vagrant/tests/integration_vFW.sh
vagrant/tests/integration_vcFW.sh
vagrant/tests/multus.sh
vagrant/tests/virtlet.sh

index e5f269d..a8f01ba 100755 (executable)
@@ -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
index 4a45259..0077c73 100755 (executable)
@@ -18,7 +18,7 @@ source _functions.sh
 csar_id=4f726e2a-b74a-11e8-ad7c-525400feed2
 
 # Setup
-popule_CSAR_containers_vFW $csar_id
+populate_CSAR_containers_vFW $csar_id
 
 pushd ${CSAR_DIR}/${csar_id}
 for network in unprotected-private-net-cidr-network protected-private-net-cidr-network onap-private-net-cidr-network; do
index 237593f..e0f7075 100755 (executable)
@@ -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
index 82159b9..4fadfa2 100755 (executable)
@@ -21,7 +21,7 @@ csar_id=aa443e7e-c8ba-11e8-8877-525400b164ff
 if [[ ! -f $HOME/.ssh/id_rsa.pub ]]; then
     echo -e "\n\n\n" | ssh-keygen -t rsa -N ""
 fi
-popule_CSAR_vms_containers_vFW $csar_id
+populate_CSAR_vms_containers_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 sink-service sink-ingress; do
index 96fa37d..859fa3b 100755 (executable)
@@ -18,7 +18,7 @@ source _functions.sh
 csar_id=49408ca6-b75b-11e8-8076-525400feed26
 
 # Setup
-popule_CSAR_multus $csar_id
+populate_CSAR_multus $csar_id
 
 pushd ${CSAR_DIR}/${csar_id}
 kubectl apply -f bridge-network.yaml
index f941789..268247b 100755 (executable)
@@ -18,7 +18,7 @@ source _functions.sh
 csar_id=6b54a728-b76a-11e8-a1ba-52540053ccc8
 
 # Setup
-popule_CSAR_virtlet $csar_id
+populate_CSAR_virtlet $csar_id
 
 pushd ${CSAR_DIR}/${csar_id}