mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-08 21:31:36 +00:00
updated the env script to support pytest.ini creation and option to add test packages depending upon the user input
Also added an option to not apply config which a particular dut doesn't support Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -2018,4 +2018,4 @@ if __name__ == '__main__':
|
||||
|
||||
# print(profile.get_ssid_info())
|
||||
# # print(obj.get_devices())
|
||||
obj.logout()
|
||||
obj.logout()
|
||||
@@ -1148,4 +1148,4 @@ if __name__ == '__main__':
|
||||
d = var.setup_basic_configuration(configuration=setup_params_enterprise, requested_combination=target)
|
||||
print(d)
|
||||
# var.setup_firmware()
|
||||
# var.teardown_objects()
|
||||
# var.teardown_objects()
|
||||
@@ -258,4 +258,4 @@ markers =
|
||||
wpa3_enterprise: Use this marker to run wpa3_enterprise Encryption tests in each of the above test plans/suites
|
||||
wpa_wpa2_enterprise_mixed: Use this marker to run wpa_wpa2_enterprise_mixed Encryption tests in each of the above test plans/suites
|
||||
wpa3_enterprise_mixed: Use this marker to run wpa3_enterprise_mixed Encryption tests in each of the above test plans/suites
|
||||
" >> tests/pytest.ini
|
||||
" >> tests/pytest.ini
|
||||
Reference in New Issue
Block a user