File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
"VLAN_INTERFACE|Vlan100" : {
12
12
"vnet_name" : " Vnet_2000"
13
- },
14
- "INTERFACE|Ethernet4" : {
15
- "vnet_name" : " Vnet_2000"
16
13
}
17
14
}
Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ def test_show_vnet_name(self):
438
438
assert result .exit_code == 0
439
439
assert "Vnet_2000" in result .output
440
440
assert "1234-56-7890-1234" in result .output
441
- assert "Ethernet4" in result .output
441
+ # assert "Ethernet4" in result.output
442
442
assert "Vlan100" in result .output
443
443
444
444
def test_show_vnet_guid (self ):
@@ -453,12 +453,10 @@ def test_show_vnet_guid(self):
453
453
assert "Vnet_2000" in result .output
454
454
assert "1234-56-7890-1234" in result .output
455
455
assert "tunnel1" in result .output
456
- assert "Ethernet4" in result .output
456
+ # assert "Ethernet4" in result.output
457
457
assert "Vlan100" in result .output
458
458
459
459
@classmethod
460
460
def teardown_class (cls ):
461
461
os .environ ['UTILITIES_UNIT_TESTING' ] = "0"
462
462
print ("TEARDOWN" )
463
- from .mock_tables import dbconnector
464
- dbconnector .dedicated_dbs = {}
You can’t perform that action at this time.
0 commit comments