This commit is contained in:
cpwu 2022-05-12 19:12:11 +08:00
parent 14e2ba7c88
commit 4a591d5c8d
1 changed files with 0 additions and 2 deletions

View File

@ -215,12 +215,10 @@ class TDTestCase:
self.login_currrent(self.__user_list[0], self.__passwd_list[0]) self.login_currrent(self.__user_list[0], self.__passwd_list[0])
self.login_err(self.__user_list[0], f"new{self.__passwd_list[0]}") self.login_err(self.__user_list[0], f"new{self.__passwd_list[0]}")
# 修改密码 # 修改密码
tdLog.printNoPrefix("==========step3: alter user pass test") tdLog.printNoPrefix("==========step3: alter user pass test")
self.test_alter_pass() self.test_alter_pass()
# 密码修改后的登录认证 # 密码修改后的登录认证
tdLog.printNoPrefix("==========step4: check login test") tdLog.printNoPrefix("==========step4: check login test")
self.login_err(self.__user_list[0], self.__passwd_list[0]) self.login_err(self.__user_list[0], self.__passwd_list[0])