e2e-tests: Add tests for allowed_users broker property#1469
e2e-tests: Add tests for allowed_users broker property#1469nooreldeenmansour merged 1 commit intomainfrom
allowed_users broker property#1469Conversation
allowed_users broker config propertyallowed_users broker property
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1469 +/- ##
==========================================
- Coverage 86.92% 86.73% -0.19%
==========================================
Files 93 93
Lines 6401 6401
Branches 111 111
==========================================
- Hits 5564 5552 -12
- Misses 781 793 +12
Partials 56 56 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3a25d0d to
5034c2d
Compare
|
Any idea why the provisioning ci jobs are failing? This my third time doing a force push to trigger CI |
The Ubuntu archive is having issues today |
b07f13c to
caf67c7
Compare
|
The archive is operational now, but the CI jobs is failing because the broker snaps are failing to build. Probably related to #1470 |
caf67c7 to
43b8492
Compare
02dc55e to
e4ddb3c
Compare
denisonbarbosa
left a comment
There was a problem hiding this comment.
Changes look good to me. Let's wait for the e2e run to finish so we can ensure everything is working out properly.
e4ddb3c to
0ea21c7
Compare
Add tests for the following scenarios:
allowed_usersis set toOWNERand theowneris set to the test user (login successful)allowed_usersis set toOWNERandowneris explicitly set to an empty value (login denied)allowed_usersis set touserand login with that user (login successful)allowed_usersset to a specific user and login with a different user (login denied)allowed_usersis set to toALL(login successful)UDENG-9543
UDENG-9544
UDENG-9545
UDENG-9546
UDENG-9547