pythondev786

Results 3 comments of pythondev786

Hi Ronny, I was trying to run multiple tests parallelly. The tests are independent of each other. Each test sends traffic to a device and verify the traffic is forwarded/blocked...

Pasting test #30 here...All other tests are similar ```python def test_30_Verify_traffic_from_vpn_to_public_zone_not_allowed_by_prohibit_action_by_user_defined_policy(): # start traffic from vpn to public(Internet) startTraffic(client, test_30['cmd']) # Verify packets on lan interface for device, deviceType in...

I hit the same issue sometimes even when I execute the test with 'pytest -n auto' option which creates 4 workers/ 8 workers depends on the machine where I execute...