mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 11:57:49 +00:00
Added sleep time in the rate limiting test case (#946)
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
committed by
GitHub
parent
f308e2940c
commit
671d9a1558
@@ -549,6 +549,8 @@ def add_firmware_property_after_upgrade(add_allure_environment_property, get_tes
|
||||
add_allure_environment_property(
|
||||
"Firmware-Version_" + get_testbed_details["device_under_tests"][i]["identifier"],
|
||||
str(dut_versions[i]))
|
||||
time.sleep(4)
|
||||
|
||||
|
||||
|
||||
@pytest.fixture(scope="function")
|
||||
|
||||
Reference in New Issue
Block a user