File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Acceptance test for kube-arangodb operator on specific Kubernetes platform
22
33This acceptance test plan describes all test scenario's that must be executed
4- succesfully in order to consider the kube-arangodb operator production ready
4+ successfully in order to consider the kube-arangodb operator production ready
55on a specific Kubernetes setup (from now on we'll call a Kubernetes setup a platform).
66
77## Platform parameters
@@ -96,7 +96,7 @@ This test requires the use of the enterprise image.
9696
9797Create an ` ArangoDeployment ` of mode ` Cluster ` and dc2dc enabled.
9898
99- Hint: Derive ` tests/acceptance/cluster.yaml ` .
99+ Hint: Derive from ` tests/acceptance/cluster-sync .yaml ` .
100100
101101- [ ] The deployment must start
102102- [ ] The deployment must yield 15 ` Pods `
Original file line number Diff line number Diff line change 1+ apiVersion : " database.arangodb.com/v1alpha"
2+ kind : " ArangoDeployment"
3+ metadata :
4+ name : " acceptance-cluster"
5+ spec :
6+ mode : Cluster
7+ image : <todo set enterprise image>
8+ sync :
9+ enabled : true
You can’t perform that action at this time.
0 commit comments