From af85522a0542fc16c52a6083d8c6a06e8b232ec2 Mon Sep 17 00:00:00 2001 From: stonezdj Date: Tue, 7 Aug 2018 11:00:46 +0800 Subject: [PATCH] Add API test to LDAP nightly test --- tests/robot-cases/Group11-Nightly/LDAP.robot | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/robot-cases/Group11-Nightly/LDAP.robot b/tests/robot-cases/Group11-Nightly/LDAP.robot index cd961016a..c58717365 100644 --- a/tests/robot-cases/Group11-Nightly/LDAP.robot +++ b/tests/robot-cases/Group11-Nightly/LDAP.robot @@ -108,4 +108,9 @@ Test Case - Ldap User Push An Image Close Browser Test Case - Ldap User Can Not login - Docker Login Fail ${ip} testerDeesExist 123456 \ No newline at end of file + Docker Login Fail ${ip} testerDeesExist 123456 + +Test Case - Run LDAP Group Related API Test + Harbor API Test ./tests/apitests/python/test_ldap_admin_role.py + Harbor API Test ./tests/apitests/python/test_user_group.py + Harbor API Test ./tests/apitests/python/test_assign_role_to_ldap_group.py \ No newline at end of file