Skip to content

Commit f662f28

Browse files
author
Sebastien Boeuf
committed
ch_integration_tests: Add direct kernel boot test
Relying on the newly added KernelType enum, this patch expand the list of valid types with "Direct", to represent the direct kernel boot type. A new test is created to leverage this new type and make sure direct kernel boot is properly validated through the integration test suite. The kernel is built from the Cloud Hypervisor kernel branch. Signed-off-by: Sebastien Boeuf <[email protected]>
1 parent f13a73d commit f662f28

File tree

4 files changed

+2886
-15
lines changed

4 files changed

+2886
-15
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pipeline{
3131
}
3232
stage ('Install dependencies') {
3333
steps {
34-
sh "sudo apt update && sudo apt install -y meson ninja-build gcc libxml2-utils xsltproc python3-docutils libglib2.0-dev libgnutls28-dev libxml2-dev libnl-3-dev libnl-route-3-dev libyajl-dev make libcurl4-gnutls-dev qemu-utils libssl-dev mtools libudev-dev libpciaccess-dev"
34+
sh "sudo apt update && sudo apt install -y meson ninja-build gcc libxml2-utils xsltproc python3-docutils libglib2.0-dev libgnutls28-dev libxml2-dev libnl-3-dev libnl-route-3-dev libyajl-dev make libcurl4-gnutls-dev qemu-utils libssl-dev mtools libudev-dev libpciaccess-dev flex bison libelf-dev"
3535
}
3636
}
3737
stage ('Configure') {

0 commit comments

Comments
 (0)