Commit efd821d2e5b200f03cf5a77d2216ab9b5608a469
1 parent
dd6caa4f
1
Showing
1 changed file
with
2 additions
and
2 deletions
commons/MySession.py
@@ -295,7 +295,7 @@ my.set_mark() | @@ -295,7 +295,7 @@ my.set_mark() | ||
295 | # 哈尔滨客户端session | 295 | # 哈尔滨客户端session |
296 | # sessionHeb = mysession().cliLogin("hd_userName_01") | 296 | # sessionHeb = mysession().cliLogin("hd_userName_01") |
297 | # 杭果客户端session | 297 | # 杭果客户端session |
298 | -#sessionHg = mysession().cliLogin("hg_userName_01") | 298 | +# sessionHg = mysession().cliLogin("hg_userName_01") |
299 | #获取对应市场session | 299 | #获取对应市场session |
300 | # sy1=mysession("host1").get_session_client("sy_user01") | 300 | # sy1=mysession("host1").get_session_client("sy_user01") |
301 | # heb=mysession("host1").get_session_client("heb_user01") | 301 | # heb=mysession("host1").get_session_client("heb_user01") |
@@ -303,4 +303,4 @@ hg=mysession("host2").get_session_client("hg_user01") | @@ -303,4 +303,4 @@ hg=mysession("host2").get_session_client("hg_user01") | ||
303 | # 检测登录接口 | 303 | # 检测登录接口 |
304 | # sy1.check_login("sy_user01") | 304 | # sy1.check_login("sy_user01") |
305 | # 检测登录接口 | 305 | # 检测登录接口 |
306 | -#hg.check_login("hg_user01") | ||
307 | \ No newline at end of file | 306 | \ No newline at end of file |
307 | +# hg.check_login("hg_user01") | ||
308 | \ No newline at end of file | 308 | \ No newline at end of file |