Skip to content

Commit

Permalink
updating VM grid client test " vm images in Automated tests" (#3762)
Browse files Browse the repository at this point in the history
* updating vm images

* fixing qsfs test and gateway
  • Loading branch information
khaledyoussef24 authored Dec 29, 2024
1 parent d1acf89 commit f484ea9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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
8 changes: 4 additions & 4 deletions packages/grid_client/tests/modules/vm.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit f484ea9

Please sign in to comment.