Skip to content

Commit

Permalink
updating vm images
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledyoussef24 committed Dec 18, 2024
1 parent a221df8 commit 5018c3b
Showing 1 changed file with 4 additions and 4 deletions.
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 5018c3b

Please sign in to comment.