Skip to content

Commit 52d485e

Browse files
Added blank tags/annotation as required by tests
1 parent 0dcfcef commit 52d485e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/sanity/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ vm = {
5050
"VM Port Group" = ["10.13.13.2", ""], # To use DHCP create Empty list for each instance
5151
"VM Port Group" = ["", ""]
5252
}
53+
tags = {}
54+
annotation = null
5355
},
5456
windowsvm = {
5557
vmname = "example-server-windows",
@@ -68,6 +70,7 @@ vm = {
6870
"VM Port Group" = ["", ""]
6971
}
7072
}
73+
tags = {}
7174
}
7275
```
7376

0 commit comments

Comments
 (0)