Browse Source

Use newer bzimage for integration test

Fabian 3 years ago
parent
commit
968ef2a9f7
2 changed files with 4 additions and 4 deletions
  1. 1 1
      Makefile
  2. 3 3
      tests/full/run.js

+ 1 - 1
Makefile

@@ -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

+ 3 - 3
tests/full/run.js

@@ -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",