new library framework is all set, need to implement methods

Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
shivam
2021-03-03 15:36:13 +05:30
parent 4d05924950
commit 883bd9e7aa
2 changed files with 146 additions and 25 deletions

View File

@@ -0,0 +1,11 @@
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",
"nola-04": "https://wlan-portal-svc-nola-04.cicd.lab.wlan.tip.build",
}
LOGIN_CREDENTIALS = {
"userId": "support@example.com",
"password": "support"
}