ci: Add integration test for live migration with OVS-DPDK

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2021-09-08 21:44:27 -07:00
committed by Rob Bradford
parent 9023412e31
commit a181b77bc8
3 changed files with 205 additions and 1 deletions
Vendored
+2
View File
@@ -228,6 +228,7 @@ pipeline{
timeout(time: 1, unit: 'HOURS')
}
steps {
sh "sudo modprobe openvswitch"
sh "scripts/dev_cli.sh tests --integration-live-migration"
}
}
@@ -236,6 +237,7 @@ pipeline{
timeout(time: 1, unit: 'HOURS')
}
steps {
sh "sudo modprobe openvswitch"
sh "scripts/dev_cli.sh tests --integration-live-migration --libc musl"
}
}