mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 11:28:09 +00:00
Added 30 sec wait time after config push (#868)
* Added 30 sec wait time after config push Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Modified logic for config push validation Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Added json load for API response Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Changed auth-server ip Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Changed allow-dfs value to False Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Added 56Kbps upload rate for download test cases Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Added 56Kbps download rate for upload test cases Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Added twog band config in sixg test cases Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * testbed name fix for OAP101 performance tests Signed-off-by: anil-tegala <anil.tegala@candelatech.com> --------- Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> Signed-off-by: anil-tegala <anil.tegala@candelatech.com> Co-authored-by: anil-tegala <anil.tegala@candelatech.com>
This commit is contained in:
committed by
GitHub
parent
ce8f774894
commit
8874417374
@@ -2595,7 +2595,7 @@ class UProfileUtility:
|
||||
base_radio_config_5g = {
|
||||
"band": "5G",
|
||||
"country": "US",
|
||||
"allow-dfs": True,
|
||||
"allow-dfs": False,
|
||||
"channel-mode": "HE",
|
||||
"channel": "auto"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user