aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ci/load_images.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ci/load_images.sh')
-rwxr-xr-xtests/ci/load_images.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ci/load_images.sh b/tests/ci/load_images.sh
index e1d717749..6f950ec72 100755
--- a/tests/ci/load_images.sh
+++ b/tests/ci/load_images.sh
@@ -206,7 +206,7 @@ create_nova_flavor()
# Create the nova flavor used by some sample test cases
openstack flavor create --id 100 --ram 512 --disk 3 --vcpus 1 yardstick-flavor
# DPDK-enabled OVS requires guest memory to be backed by large pages
- if [[ "$DEPLOY_SCENARIO" == *"-ovs-"* ]]; then
+ if [[ $DEPLOY_SCENARIO == *[_-]ovs[_-]* ]]; then
openstack flavor set --property hw:mem_page_size=large yardstick-flavor
fi
# VPP requires guest memory to be backed by large pages
span>Wanpeng Li1-8/+10 2016-07-18KVM: vmx: fix underflow in TSC deadline calculationPaolo Bonzini1-3/+3 2016-07-18kvm: vmx: hook preemption timer supportYunhong Jiang3-2/+183 2016-07-18kvm: vmx: rename vmx_pre/post_block to pi_pre/post_blockYunhong Jiang1-2/+15 2016-07-18KVM: x86: support using the vmx preemption timer for tsc deadline timerYunhong Jiang5-1/+100 2016-07-18kvm: lapic: separate start_sw_tscdeadline from start_apic_timerYunhong Jiang1-26/+31 2016-07-15Fix the failure of launching instances in Horizondavidjchou1-3/+4 2016-05-13Build uio as module to fix initialization of i40e devicesJosé Pekkarinen1-1/+1 2016-04-25Add kernel modules required for OPNFVDon Dugger1-130/+732 2016-04-22Update opnfv kernel config for the new kernel 4.4.6-rt14.José Pekkarinen1-67/+237 2016-04-13These changes are the raw update to linux-4.4.6-rt14. Kernel sourcesJosé Pekkarinen20902-780094/+2132422 2016-01-06Merge "Build vfio-pci as a module, as dpdk tools expect it to be."Don Dugger1-2/+2 2016-01-06Fix for KVMFORNFV-23(Fuel installed KVM kernel blank screens on boot).José Pekkarinen1-2/+2 2015-12-02Add virtual functions support to ixgbe and i40e.José Pekkarinen1-1/+1 2015-12-01Merge "Add configuration to support OVS kernel module"Don Dugger1-7/+13 2015-12-01Merge "Make vfio MSI interrupt be non-threaded."Don Dugger1-1/+1 2015-11-24Make vfio MSI interrupt be non-threaded.Yunhong Jiang1-1/+1 2015-11-20Force tick interrupt and get rid of softirq magicYunhong Jiang2-44/+31 2015-11-20Add configuration to support OVS kernel moduleYunhong Jiang1-7/+13 2015-11-17Fix systemd boot.José Pekkarinen1-1/+1 2015-11-17Build vfio-pci as a module, as dpdk tools expect it to be.José Pekkarinen1-2/+2 2015-11-17Update the kernel config to match the kernel version shipped.José Pekkarinen1-1/+2 2015-11-03Merge "Add the opnfv kernel config file"Don Dugger1-0/+3741 2015-10-29Add the opnfv kernel config fileYunhong Jiang1-0/+3741 2015-10-19These changes are a raw update to a vanilla kernel 4.1.10, with theJosé Pekkarinen343-1508/+3092 2015-10-09Kernel bump from 4.1.3-rt to 4.1.7-rt.José Pekkarinen628-4568/+6245 2015-08-04Add the rt linux 4.1.3-rt3 as baseYunhong Jiang