Use newer bzimage for integration test

This commit is contained in:
Fabian 2020-12-31 19:14:34 -06:00
parent 29a6301feb
commit 968ef2a9f7
2 changed files with 4 additions and 4 deletions

View file

@ -236,7 +236,7 @@ $(CLOSURE):
build/integration-test-fs/fs.json:
mkdir -p build/integration-test-fs/flat
cp images/bzImage build/integration-test-fs/
cp images/buildroot-bzimage.bin build/integration-test-fs/bzImage
touch build/integration-test-fs/initrd
cd build/integration-test-fs && tar cfv fs.tar bzImage initrd
./tools/fs2json.py build/integration-test-fs/fs.tar --out build/integration-test-fs/fs.json

View file

@ -223,8 +223,8 @@ if(cluster.isMaster)
expect_mouse_registered: true,
},
{
name: "Linux 4 bzImage",
bzimage: root_path + "/images/bzImage",
name: "Linux bzImage",
bzimage: root_path + "/images/buildroot-bzimage.bin",
cmdline: "auto",
timeout: 200,
expected_texts: [
@ -236,7 +236,7 @@ if(cluster.isMaster)
expect_mouse_registered: true,
},
{
name: "Linux 4 with bzImage from filesystem",
name: "Linux with bzImage from filesystem",
bzimage_initrd_from_filesystem: true,
filesystem: {
basefs: root_path + "/build/integration-test-fs/fs.json",