File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ def test_02_ping_in_vr_failure(self):
143143 # 1. Ping command is executed remotely on VR
144144 # 2. Validate Ping command execution with a non-existent/pingable IP address
145145
146- if ( self .hypervisor .lower () == 'simulator' ) :
146+ if self .hypervisor .lower () == 'simulator' :
147147 raise self .skipTest ("Skipping negative test case for Simulator hypervisor" )
148148
149149 list_router_response = list_routers (
@@ -216,7 +216,7 @@ def test_04_ping_in_ssvm_failure(self):
216216 # 1. Ping command is executed remotely on SSVM
217217 # 2. Validate Ping command execution with a non-existent/pingable IP address
218218
219- if ( self .hypervisor .lower () == 'simulator' ) :
219+ if self .hypervisor .lower () == 'simulator' :
220220 raise self .skipTest ("Skipping negative test case for Simulator hypervisor" )
221221
222222 list_ssvm_response = list_ssvms (
@@ -292,7 +292,7 @@ def test_06_ping_in_cpvm_failure(self):
292292 # 1. Ping command is executed remotely on CPVM
293293 # 2. Validate Ping command execution with a non-existent/pingable IP address
294294
295- if ( self .hypervisor .lower () == 'simulator' ) :
295+ if self .hypervisor .lower () == 'simulator' :
296296 raise self .skipTest ("Skipping negative test case for Simulator hypervisor" )
297297
298298 list_ssvm_response = list_ssvms (
You can’t perform that action at this time.
0 commit comments