test: add smoke test for user role for userdata crud api#7332
test: add smoke test for user role for userdata crud api#7332yadvr merged 2 commits intoapache:4.18from
Conversation
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
|
@blueorangutan package |
|
@shwstppr a Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
code looks good to me, I'll wait for the smoke test results. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 5712 |
|
@blueorangutan test |
|
@shwstppr a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
| self.userapiclient, | ||
| id=self.userdata.userdata.id | ||
| ) | ||
| self.cleanup.pop() |
There was a problem hiding this comment.
:D I would have
| self.cleanup.pop() | |
| self.cleanup.remove(self.userdata) |
but this should work as well 👍
Codecov Report
@@ Coverage Diff @@
## main #7332 +/- ##
=========================================
Coverage 12.68% 12.68%
Complexity 8654 8654
=========================================
Files 2716 2716
Lines 256117 256117
Branches 39928 39928
=========================================
Hits 32499 32499
Misses 219485 219485
Partials 4133 4133 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Trillian test result (tid-6278)
|
harikrishna-patnala
left a comment
There was a problem hiding this comment.
Verified the test results.
Test following operations as a normal user: ... === TestName: test_user_userdata_crud | Status : SUCCESS ===
LGTM
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
|
@blueorangutan package |
|
@shwstppr a Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Kudos, SonarCloud Quality Gate passed! |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 5719 |
|
@blueorangutan test |
|
@shwstppr a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-6282)
|
|
@blueorangutan package |
|
@shwstppr a Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 5821 |
|
Merging this for 4.18, main was previously 4.18 when the smoketests had passed. |
* test: add smoke test for user role for userdata crud api Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> * address review comment Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> --------- Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>








Description
Adds smoke test for CRUD operations as a normal user
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?