From 67a983472458759729cbee9680ceeece8e935965 Mon Sep 17 00:00:00 2001 From: khaledyoussef24 Date: Tue, 24 Dec 2024 13:38:51 +0200 Subject: [PATCH] fixing qsfs test and gateway --- packages/grid_client/tests/modules/gateways.test.ts | 2 +- packages/grid_client/tests/modules/qsfs.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,