Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit cae9ed3

Browse files
committed
Add CLI to test asertion
1 parent 3a55c11 commit cae9ed3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

e2e/tests/stable/portal/00-assert.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,17 @@ status:
130130
---
131131
apiVersion: apps/v1
132132
kind: Deployment
133+
metadata:
134+
name: storageos-cli
135+
namespace: storageos
136+
labels:
137+
app: storageos
138+
app.kubernetes.io/component: cli
139+
status:
140+
readyReplicas: 1
141+
---
142+
apiVersion: apps/v1
143+
kind: Deployment
133144
metadata:
134145
name: storageos-scheduler
135146
namespace: storageos
@@ -206,6 +217,10 @@ status:
206217
reason: Ready
207218
status: "True"
208219
type: CSIReady
220+
- message: CLI Ready
221+
reason: Ready
222+
status: "True"
223+
type: CLIReady
209224
- message: Cluster Ready
210225
reason: Ready
211226
status: "True"

0 commit comments

Comments
 (0)