add os-odl-nofeature scenario
[releng-xci-scenarios.git] / os-odl-nofeature / xci_overrides
1 #!/bin/bash
2
3 if [[ $OPNFV_SCENARIO == "os-odl-nofeature" ]] && [[ $XCI_FLAVOR == "ha" ]]; then
4     export VM_MEMORY_SIZE=20480
5 elif [[ $OPNFV_SCENARIO == "os-odl-nofeature" ]]; then
6     export VM_MEMORY_SIZE=16384
7 fi