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:
shivam
2022-08-17 12:26:33 +05:30
committed by karthikaeyetea
parent 6342b29b65
commit 3eb163c769
3 changed files with 3 additions and 3 deletions

View File

@@ -2018,4 +2018,4 @@ if __name__ == '__main__':
# print(profile.get_ssid_info())
# # print(obj.get_devices())
obj.logout()
obj.logout()

View File

@@ -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()

View File

@@ -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