diff options
| author | zhangchengwei <[email protected]> | 2024-05-14 10:08:42 +0800 |
|---|---|---|
| committer | zhangchengwei <[email protected]> | 2024-05-14 10:08:42 +0800 |
| commit | 4138807d8145fe14b0609936c537a52e266b0ea5 (patch) | |
| tree | 5f35b7de4eec049327ab36b277dfcccf6bd40022 /config | |
| parent | f4a259f27bc152960d25d4d6de919baf9ed224d8 (diff) | |
配置文件1
Diffstat (limited to 'config')
| -rw-r--r-- | config/loginout.ini | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/loginout.ini b/config/loginout.ini index b8104281..179952c5 100644 --- a/config/loginout.ini +++ b/config/loginout.ini @@ -4,18 +4,18 @@ url = http://192.168.64.34:4444 #url = http://192.168.50.30: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 ;vsys_name = Default Vsys [ui_account_1] -;username = AutomationTestAccount -;passwd = 1qaz@WSX -username = admin -passwd = admin +username = AutomationTestAccount +passwd = 1qaz@WSX +#username = admin +#passwd = admin ;username = Auto_UI_Test_1 ;passwd = Auto_UI_Test_1 |
