diff options
| author | zhangchengwei <[email protected]> | 2024-05-14 10:16:28 +0800 |
|---|---|---|
| committer | zhangchengwei <[email protected]> | 2024-05-14 10:16:28 +0800 |
| commit | 2523ea8937fef7c3662b1c90f2a01b31bd1f29a9 (patch) | |
| tree | e4c7b6804309aa32220308f9a35cffdeab0781c0 /config | |
| parent | 4138807d8145fe14b0609936c537a52e266b0ea5 (diff) | |
| parent | 7af0cd935e81683ff7783b71b48b8408f6e75c76 (diff) | |
Merge branch 'develop' of https://git.mesalab.cn/zhaokun/tsg_ui_script into develop
Conflicts:
config/loginout.ini
Diffstat (limited to 'config')
| -rw-r--r-- | config/loginout.ini | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/config/loginout.ini b/config/loginout.ini index 179952c5..83134fb3 100644 --- a/config/loginout.ini +++ b/config/loginout.ini @@ -1,11 +1,11 @@ [remote_url] -#url = http://192.168.64.28:4444 -url = http://192.168.64.34:4444 -#url = http://192.168.50.30:4444 +url = http://192.168.64.28:4444 +# url = http://192.168.64.11:4444 + [tsg_url] login_url = http://192.168.44.72 -#login_url = https://192.168.45.250 +;login_url = https://192.168.45.250 [vsys] vsys_name = UIAutoTestVsys @@ -14,10 +14,13 @@ vsys_name = UIAutoTestVsys [ui_account_1] username = AutomationTestAccount passwd = 1qaz@WSX -#username = admin -#passwd = admin -;username = Auto_UI_Test_1 -;passwd = Auto_UI_Test_1 +;username = admin +;passwd = admin +;username = AutoUiAccount +;passwd = AutoUiAccount1 + + + [ui_account_1_cached] username = UIAutoTest_cached |
