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