diff --git a/packages/grid_client/tests/modules/gateways.test.ts b/packages/grid_client/tests/modules/gateways.test.ts index e48153bfad..6a509c6e7e 100644 --- a/packages/grid_client/tests/modules/gateways.test.ts +++ b/packages/grid_client/tests/modules/gateways.test.ts @@ -167,7 +167,7 @@ test("TC1237 - Gateways: Expose a VM Over Gateway", async () => { memory: memory, rootfs_size: rootfsSize, disks: disks, - flist: "https://hub.grid.tf/tf-official-apps/threefoldtech-ubuntu-22.04.flist", + flist: "https://hub.grid.tf/tf-official-apps/base:latest.flist", entrypoint: "/usr/bin/python3 -m http.server --bind ::", public_ip: true, public_ip6: true, diff --git a/packages/grid_client/tests/modules/qsfs.test.ts b/packages/grid_client/tests/modules/qsfs.test.ts index 517600391c..fbc7366713 100644 --- a/packages/grid_client/tests/modules/qsfs.test.ts +++ b/packages/grid_client/tests/modules/qsfs.test.ts @@ -195,7 +195,7 @@ test("TC1234 - QSFS: Deploy QSFS underneath a VM", async () => { memory: memory, rootfs_size: rootfsSize, disks: disks, - flist: "https://hub.grid.tf/tf-official-apps/threefoldtech-ubuntu-22.04.flist", + flist: "https://hub.grid.tf/tf-official-apps/base:latest.flist", entrypoint: "/sbin/zinit init", public_ip: publicIP, planetary: true, diff --git a/packages/grid_client/tests/modules/vm.test.ts b/packages/grid_client/tests/modules/vm.test.ts index 73c982a31d..90acd3d140 100644 --- a/packages/grid_client/tests/modules/vm.test.ts +++ b/packages/grid_client/tests/modules/vm.test.ts @@ -261,7 +261,7 @@ test("TC2847 - VM: Deploy a VM With Mycelium", async () => { memory: memory, rootfs_size: rootfsSize, disks: disks, - flist: "https://hub.grid.tf/tf-official-apps/threefoldtech-ubuntu-22.04.flist", + flist: "https://hub.grid.tf/tf-official-apps/base:latest.flist", entrypoint: "/sbin/zinit init", public_ip: publicIP, planetary: true, @@ -435,7 +435,7 @@ test("TC1229 - VM: Deploy a VM With a Disk", async () => { mountpoint: mountPoint, }, ], - flist: "https://hub.grid.tf/tf-official-apps/threefoldtech-ubuntu-22.04.flist", + flist: "https://hub.grid.tf/tf-official-apps/base:latest.flist", entrypoint: "/sbin/zinit init", public_ip: publicIP, planetary: true, @@ -608,7 +608,7 @@ test("TC1230 - VM: Deploy Multiple VMs on Different Nodes", async () => { memory: vmMemory[0], rootfs_size: vmRootfs[0], disks: vmDisks, - flist: "https://hub.grid.tf/tf-official-apps/threefoldtech-ubuntu-22.04.flist", + flist: "https://hub.grid.tf/tf-official-apps/base:latest.flist", entrypoint: "/sbin/zinit init", public_ip: vmPublicIP, planetary: true, @@ -626,7 +626,7 @@ test("TC1230 - VM: Deploy Multiple VMs on Different Nodes", async () => { memory: vmMemory[1], rootfs_size: vmRootfs[1], disks: vmDisks, - flist: "https://hub.grid.tf/tf-official-apps/threefoldtech-ubuntu-22.04.flist", + flist: "https://hub.grid.tf/tf-official-apps/base:latest.flist", entrypoint: "/sbin/zinit init", public_ip: vmPublicIP, planetary: true,