Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 60ea1d6

Browse files
committed
e2e: "deployment works" is a quick way to try out all deployments
Use with `make test_e2e TEST_E2E_FOCUS=deployment.works` to cover all deployments.
1 parent 875b8da commit 60ea1d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/e2e/storage/csi_volumes.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"github.com/intel/pmem-csi/test/e2e/storage/dax"
3030
"github.com/intel/pmem-csi/test/e2e/storage/scheduler"
3131
"github.com/intel/pmem-csi/test/e2e/versionskew"
32-
"github.com/intel/pmem-csi/test/test-config"
32+
testconfig "github.com/intel/pmem-csi/test/test-config"
3333

3434
v1 "k8s.io/api/core/v1"
3535
storagev1 "k8s.io/api/storage/v1"
@@ -67,6 +67,10 @@ var _ = deploy.DescribeForAll("E2E", func(d *deploy.Deployment) {
6767
versionskew.InitSkewTestSuite,
6868
}
6969

70+
It("deployment works", func() {
71+
// If we get here, the deployment is up and running.
72+
})
73+
7074
if ephemeral.Supported {
7175
csiTestSuites = append(csiTestSuites, testsuites.InitEphemeralTestSuite)
7276
}

0 commit comments

Comments
 (0)