This repository was archived by the owner on Feb 18, 2025. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ available (eg `nvida.com/gpu`).
8
8
The [ ../hack/] ( ../hack ) directory contains scripts that can be used to
9
9
create an appropriately configured test cluster using ` kind ` and to run
10
10
the tests. The tests can be run in two primary modes:
11
- 1 . *** Fully automated*** The script [ ../hack/run-e2e.sh] ( ../hack/run-e2e-sh )
11
+ 1 . *** Fully automated*** The script [ ../hack/run-e2e-kind .sh] ( ../hack/run-e2e-kind. sh )
12
12
fully automates creating a properly configured ` kind ` cluster, deploying
13
13
MCAD on the cluster, running all tests on the cluster, and then
14
14
deleting the cluster when the tests are completed. For easy of use,
@@ -17,6 +17,6 @@ the tests. The tests can be run in two primary modes:
17
17
2 . *** Development mode*** The script [ ../hack/create-test-cluster.sh] ( ../hack/create-test-cluster.sh )
18
18
can be used to create a correctly configured test cluster without MCAD.
19
19
You can then use either ` make install; make run ` or ` make install; make kind-push; make deploy ` to deploy MCAD onto the cluster.
20
- You can then either run test cases individually or use the script
20
+ After MCAD is deployed on the cluster, you can then either run test cases individually or use the script
21
21
[ ../hack/run-tests-on-cluster.sh] ( ../hack/run-tests-on-cluster.sh ) to
22
- run the entire test suite against your manually deployed MCAD .
22
+ run the entire test suite against the MCAD you just deployed .
You can’t perform that action at this time.
0 commit comments