Skip to content

Commit

Permalink
test-fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ved Ratan <[email protected]>
  • Loading branch information
VedRatan committed Jul 1, 2024
1 parent bc9f1bc commit ee85268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/coco-workload/create/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ spec:
- name: "Create a sample deployment"
try:
- script:
content: kubectl create deployment nginx --image=nginx
content: kubectl create deployment -n $NAMESPACE nginx --image=nginx
check:
(contains($stdout, 'deployment.apps/nginx created')): true

- name: "Create a sample runtimeclass"
try:
- script:
content: kubectl apply -f ../runtime.yaml
content: kubectl apply -f ../runtime.yaml-n $NAMESPACE
check:
(contains($stdout, 'runtimeclass.node.k8s.io/kata-clh created')): true

Expand Down

0 comments on commit ee85268

Please sign in to comment.