Skip to content

Commit 572a2d5

Browse files
committed
reorganize the smoke test files
1 parent e1b28ac commit 572a2d5

15 files changed

+1356
-491
lines changed

Cargo.nix

Lines changed: 1301 additions & 448 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/templates/kuttl/smoke/03-assert.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/templates/kuttl/smoke/10-assert.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.
File renamed without changes.

tests/templates/kuttl/smoke/01-install-vector-aggregator-discovery-configmap.yaml.j2 renamed to tests/templates/kuttl/smoke/10-install-vector-aggregator-discovery-configmap.yaml.j2

File renamed without changes.
Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4+
timeout: 900
5+
---
6+
apiVersion: apps/v1
7+
kind: Deployment
48
metadata:
5-
name: history-api-check
6-
timeout: 180
9+
name: test-minio
10+
status:
11+
readyReplicas: 1
712
---
8-
apiVersion: batch/v1
9-
kind: Job
13+
apiVersion: apps/v1
14+
kind: Deployment
1015
metadata:
11-
name: history-api-check
16+
name: eventlog-minio
1217
status:
13-
succeeded: 1
18+
readyReplicas: 1
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/templates/kuttl/smoke/06-deploy-history-server.yaml.j2 renamed to tests/templates/kuttl/smoke/40-deploy-history-server.yaml.j2

File renamed without changes.

0 commit comments

Comments
 (0)