From 7a7ac09fa04c3a54a37ba7ae1e36b9f71766d38d Mon Sep 17 00:00:00 2001 From: "Danfeng Liu (c)" Date: Mon, 21 Oct 2019 14:34:34 +0800 Subject: [PATCH] Currently, self registration was disabled after harbor deployment, so all nightly db.robot test cases failed. To correct this, we should enable self-registration before running db test cases. Signed-off-by: Danfeng Liu (c) --- tests/robot-cases/Group1-Nightly/DB.robot | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/robot-cases/Group1-Nightly/DB.robot b/tests/robot-cases/Group1-Nightly/DB.robot index 01bcb5437..3b49f99ba 100644 --- a/tests/robot-cases/Group1-Nightly/DB.robot +++ b/tests/robot-cases/Group1-Nightly/DB.robot @@ -26,6 +26,7 @@ ${HARBOR_ADMIN} admin Test Case - Create An New User Init Chrome Driver ${d}= Get Current Date result_format=%m%s + Enable Self Reg Create An New User url=${HARBOR_URL} username=tester${d} email=tester${d}@vmware.com realname=harbortest newPassword=Test1@34 comment=harbortest Close Browser