correct XCI scenario variable 87/51187/1
authorPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Fri, 26 Jan 2018 10:40:35 +0000 (11:40 +0100)
committerPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Fri, 26 Jan 2018 10:40:35 +0000 (11:40 +0100)
Change-Id: I4fcd3773457b6acb14720b84ba145ed9cac0368c
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
scenarios/os-odl-bgpvpn/xci_overrides

index 4e897d0..8b25c4f 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-if [[ $OPNFV_SCENARIO == "os-odl-bgpvpn" ]] && [[ $XCI_FLAVOR == "ha" ]]; then
+if [[ $DEPLOY_SCENARIO == "os-odl-bgpvpn" ]] && [[ $XCI_FLAVOR == "ha" ]]; then
     export VM_MEMORY_SIZE=20480
-elif [[ $OPNFV_SCENARIO == "os-odl-bgpvpn" ]]; then
+elif [[ $DEPLOY_SCENARIO == "os-odl-bgpvpn" ]]; then
     export VM_MEMORY_SIZE=16384
 fi
\ No newline at end of file