Skip to content

Commit

Permalink
fixing qsfs test and gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledyoussef24 committed Dec 24, 2024
1 parent 5018c3b commit 67a9834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/grid_client/tests/modules/gateways.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/grid_client/tests/modules/qsfs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 67a9834

Please sign in to comment.