diff options
| author | Gary <[email protected]> | 2024-05-11 11:30:27 +0800 |
|---|---|---|
| committer | Gary <[email protected]> | 2024-05-11 11:30:27 +0800 |
| commit | 7484ef7df0d77cf68224ae4df314edff08972531 (patch) | |
| tree | 1129a4514cc25bfe0a0cde7755d33cf843535b81 /config | |
| parent | 848ebd7495e749340beca8de5700e4a590ab008d (diff) | |
调整用例、嵌套修改为4层
Diffstat (limited to 'config')
| -rw-r--r-- | config/loginout.ini | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/config/loginout.ini b/config/loginout.ini index b8104281..b27debb6 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.11:4444 +;url = http://192.168.56.11:4444 [tsg_url] -#login_url = http://192.168.44.72 -login_url = https://192.168.45.250 +login_url = http://192.168.44.72 +;login_url = https://192.168.45.250 [vsys] vsys_name = UIAutoTestVsys @@ -14,10 +14,16 @@ 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 +username = Gary +passwd = 4garyautoui +;username = baiguorui +;passwd = baiguorui1 + + [ui_account_1_cached] username = UIAutoTest_cached |
