diff --git a/tests/e2e/embeddedmirror/embeddedmirror_test.go b/tests/e2e/embeddedmirror/embeddedmirror_test.go index 3ea81251f89..8459850dd91 100644 --- a/tests/e2e/embeddedmirror/embeddedmirror_test.go +++ b/tests/e2e/embeddedmirror/embeddedmirror_test.go @@ -14,7 +14,7 @@ import ( // Valid nodeOS: // bento/ubuntu-24.04, opensuse/Leap-15.6.x86_64 -// eurolinux-vagrant/rocky-8, eurolinux-vagrant/rocky-9, +// bento/rockylinux-8, bento/rockylinux-9, var nodeOS = flag.String("nodeOS", "bento/ubuntu-24.04", "VM operating system") var serverCount = flag.Int("serverCount", 1, "number of server nodes") var agentCount = flag.Int("agentCount", 1, "number of agent nodes") diff --git a/tests/e2e/privateregistry/privateregistry_test.go b/tests/e2e/privateregistry/privateregistry_test.go index e3a95312e12..eb18a865a00 100644 --- a/tests/e2e/privateregistry/privateregistry_test.go +++ b/tests/e2e/privateregistry/privateregistry_test.go @@ -16,7 +16,7 @@ import ( // Valid nodeOS: // bento/ubuntu-24.04, opensuse/Leap-15.6.x86_64 -// eurolinux-vagrant/rocky-8, eurolinux-vagrant/rocky-9, +// bento/rockylinux-8, bento/rockylinux-9, var nodeOS = flag.String("nodeOS", "bento/ubuntu-24.04", "VM operating system") var serverCount = flag.Int("serverCount", 1, "number of server nodes") var agentCount = flag.Int("agentCount", 1, "number of agent nodes") diff --git a/tests/e2e/s3/s3_test.go b/tests/e2e/s3/s3_test.go index 7ea2dc2db2f..9cf96ee1c62 100644 --- a/tests/e2e/s3/s3_test.go +++ b/tests/e2e/s3/s3_test.go @@ -16,7 +16,7 @@ import ( // Valid nodeOS: // bento/ubuntu-24.04, opensuse/Leap-15.6.x86_64 -// eurolinux-vagrant/rocky-8, eurolinux-vagrant/rocky-9, +// bento/rockylinux-8, bento/rockylinux-9, var nodeOS = flag.String("nodeOS", "bento/ubuntu-24.04", "VM operating system") var ci = flag.Bool("ci", false, "running on CI") var local = flag.Bool("local", false, "deploy a locally built K3s binary") diff --git a/tests/e2e/validatecluster/validatecluster_test.go b/tests/e2e/validatecluster/validatecluster_test.go index 11090ea9981..60bbe24c23a 100644 --- a/tests/e2e/validatecluster/validatecluster_test.go +++ b/tests/e2e/validatecluster/validatecluster_test.go @@ -17,7 +17,7 @@ import ( // Valid nodeOS: // bento/ubuntu-24.04, opensuse/Leap-15.6.x86_64 -// eurolinux-vagrant/rocky-8, eurolinux-vagrant/rocky-9, +// bento/rockylinux-8, bento/rockylinux-9, var nodeOS = flag.String("nodeOS", "bento/ubuntu-24.04", "VM operating system") var serverCount = flag.Int("serverCount", 3, "number of server nodes") var agentCount = flag.Int("agentCount", 2, "number of agent nodes")