Skip to content

Commit bde106b

Browse files
committed
remove comment from step4
1 parent f98e218 commit bde106b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

aci_tenant/trigger_datafile.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,24 @@ Create_Tenant:
4242
dn: /api/node/class/fvTenant.json
4343
include:
4444
- contains('.*%{vars.tenant}.*', regex=True)
45-
# - delete_tenant:
46-
# - api:
47-
# device: uut
48-
# function: apic_rest_post
49-
# arguments:
50-
# dn: "/api/node/mo/uni/tn-%{vars.tenant}.json"
51-
# payload: |
52-
# {
53-
# "fvTenant": {
54-
# "attributes": {
55-
# "dn": "uni/tn-%{vars.tenant}",
56-
# "status": "deleted"
57-
# },
58-
# "children": []
59-
# }
60-
# }
61-
# include:
62-
# - contains_key_value("totalCount", '0')
45+
- delete_tenant:
46+
- api:
47+
device: uut
48+
function: apic_rest_post
49+
arguments:
50+
dn: "/api/node/mo/uni/tn-%{vars.tenant}.json"
51+
payload: |
52+
{
53+
"fvTenant": {
54+
"attributes": {
55+
"dn": "uni/tn-%{vars.tenant}",
56+
"status": "deleted"
57+
},
58+
"children": []
59+
}
60+
}
61+
include:
62+
- contains_key_value("totalCount", '0')
6363
- check_tenant_was_deleted:
6464
- api:
6565
device: uut

0 commit comments

Comments
 (0)