We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7163d04 commit ba69b2eCopy full SHA for ba69b2e
tests/e2e/Prefix/IPv4/GivenPrefixClaimWhenAppliedThenSucceed/chainsaw-test.yaml
@@ -30,3 +30,18 @@ spec:
30
parentPrefix: 2.0.0.0/16
31
prefix: 2.0.0.0/28
32
prefixName: prefixclaim-sample
33
+ - assert:
34
+ resource:
35
+ apiVersion: netbox.dev/v1
36
+ kind: Prefix
37
+ metadata:
38
+ name: prefixclaim-sample
39
+ spec:
40
+ comments: your comments
41
+ description: some description
42
+ prefix: 2.0.0.0/28
43
+ preserveInNetbox: true
44
+ site: DM-Akron
45
+ tenant: Dunder-Mifflin, Inc.
46
+ customFields:
47
+ netboxOperatorRestorationHash: d474bdd0899b4360b7c95c98da2ca90324cd932d
0 commit comments