diff options
| author | zhangchengwei <[email protected]> | 2024-06-06 20:07:29 +0800 |
|---|---|---|
| committer | zhangchengwei <[email protected]> | 2024-06-06 20:07:29 +0800 |
| commit | d9cea868f403b0ecf0dad26f680698bf1ff14d3b (patch) | |
| tree | d5e663cf0e59c3ff288b11972d68fdef65602bf0 /config | |
| parent | 740a4a752b8e7951b45770838f9ed255c829ec1d (diff) | |
1.profile添加link测试用例
Diffstat (limited to 'config')
| -rw-r--r-- | config/linkcluster.ini | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/config/linkcluster.ini b/config/linkcluster.ini new file mode 100644 index 00000000..431686f6 --- /dev/null +++ b/config/linkcluster.ini @@ -0,0 +1,37 @@ + +# link的目的vsys登录信息 + +[link_1] +link_dst_cluster = 42.49-User4Link +link_dst_vsys = Vsys2test +url = http://192.168.42.49/#/login +username = admin +passwd = admin + +[link_2] +link_dst_cluster = 42.49-User4Link +link_dst_vsys = vsys0 +url = http://192.168.42.49/#/login +username = admin +passwd = admin + +[link_3] +link_dst_cluster = 44.72-User4Link +link_dst_vsys = UIAutoTestVsys +url = http://192.168.44.72/#/login +username = AutomationTestAccount_5 +passwd = 1qaz@WSX + +[link_4] +link_dst_cluster = 44.72-User4Link +link_dst_vsys = vsys0 +url = http://192.168.44.72/#/login +username = AutomationTestAccount_5 +passwd = 1qaz@WSX + +[link_5] +link_dst_cluster = 44.72-User4Link +link_dst_vsys = ApiAutoTestVsys +url = http://192.168.44.72/#/login +username = AutomationTestAccount_5 +passwd = 1qaz@WSX
\ No newline at end of file |
