Skip to content

Commit

Permalink
Update deployment unit test
Browse files Browse the repository at this point in the history
Closes #7
  • Loading branch information
edwardtheharris committed Aug 5, 2024
1 parent fcdfb87 commit 3661df7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions tests/deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@
# ---
# Tests to validate the deployment of the described Deployment.
suite: test for deployment
release:
name: nautobot
set:
type: Deployment
templates:
- deployment.yaml
values:
- ../values.yaml
tests:
- asserts:
- isKind:
of: Deployment
- equal:
path: metadata.name
pattern: nautobot
value: nautobot
it: should be a Deployment
set:
nautobot:
name: nautobot

documentIndex: 1

0 comments on commit 3661df7

Please sign in to comment.