Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Peres committed Dec 8, 2020
1 parent ddd8d99 commit ba64023
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,8 @@ workflows:
<<: *ignore_fork_pr_filter

- k3d/e2e-orb:
name: kuttl-test ScaleUpAndDownDC
test_name: ScaleUpAndDownDC # Has be be the same as the TestCase (folder) in Kuttl directory
name: kuttl-test ScaleUpAndDown
test_name: ScaleUpAndDown # Has be be the same as the TestCase (folder) in Kuttl directory
test_type: kuttl
requires:
- build-casskop
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ endif

kuttl-test-fix-arg:
ifeq ($(KUTTL_ARGS),)
@echo "args are: ScaleUpAndDownDC" && exit 1
@echo "args are: ScaleUpAndDown" && exit 1
endif
kuttl test --config ./test/e2e/kuttl/kuttl-test.yaml ./test/e2e/kuttl --test $(KUTTL_ARGS) || { kubectl get events --all-namespaces --sort-by .metadata.creationTimestamp ; exit 1; }

Expand Down
4 changes: 1 addition & 3 deletions test/e2e/kuttl/ScaleUpAndDown/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ status:
phase: Running
lastClusterAction: Initializing
lastClusterActionStatus: Done
phase: Running
# seedlist:
# - cassandra-e2e-dc1-rack1-0.cassandra-e2e.kuttl-test
phase: Running
2 changes: 1 addition & 1 deletion website/docs/8_contributing/1_developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ This will run all testcases in the `/test/e2e/kuttl/` directory in parallel on d

>If you installed only the binary of kuttl, you can omit the `kubectl` at the beginning
**Tip**: You can specify a single test case to run by adding `--test TestCase` where `TestCase` is the name of one of the directories in `/test/e2e/kuttl/*here*` (like `ScaleUpAndDownDC` for example)
**Tip**: You can specify a single test case to run by adding `--test TestCase` where `TestCase` is the name of one of the directories in `/test/e2e/kuttl/*here*` (like `ScaleUpAndDown` for example)

### Debug CassKop in remote in a Kubernetes cluster

Expand Down

0 comments on commit ba64023

Please sign in to comment.