style guidelines

This commit is contained in:
Gleb Boushev
2021-03-04 13:48:29 +03:00
parent 4ed650c8f2
commit 04868cd515
5 changed files with 654 additions and 18 deletions

View File

@@ -1,3 +1,7 @@
"""
A set of constants to use throughtout the tests
"""
SDK_BASE_URLS = {
"nola-01": "https://wlan-portal-svc-nola-01.cicd.lab.wlan.tip.build",
"nola-02": "https://wlan-portal-svc-nola-02.cicd.lab.wlan.tip.build",
@@ -8,6 +12,6 @@ SDK_BASE_URLS = {
}
LOGIN_CREDENTIALS = {
"userId": "support@example.com",
"user_id": "support@example.com",
"password": "support"
}