Skip to content

Commit d6a8fea

Browse files
author
Michael Clover
committed
updated tests with correct data and expectationed output
1 parent 2622f1a commit d6a8fea

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed
Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
expected_output = {
2-
'policy_map': {
3-
'Policy-Map 1': {
4-
'class': {
5-
'Class-1': {
6-
'priority': True,
7-
'priority_percent': 18,
8-
},
9-
'Class-2': {
10-
},
11-
'Class-3': {
12-
},
13-
},
14-
},
15-
},
2+
"policy_map": {
3+
"map1": {
4+
"class": {
5+
"cs1": {
6+
"priority": True,
7+
"priority_percent": 9
8+
}
9+
}
10+
}
11+
}
1612
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Policy Map map1
22
Class cs1
3-
priority 9 (%)
3+
priority 9 (%)

0 commit comments

Comments
 (0)