Open hsato03 opened 2 months ago
@blueorangutan package
@hsato03 a [SL] 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.
Attention: Patch coverage is 78.29787%
with 51 lines
in your changes missing coverage. Please review.
Project coverage is 15.81%. Comparing base (
04c428c
) to head (83ad4d1
). Report is 9 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Packaging result [SF]: âď¸ el8 âď¸ el9 âď¸ debian âď¸ suse15. SL-JID 10872
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch.
@hsato03, the build is failing due to the logger variable in the VmwareHelper.java
class, it should be fixed by #9714.
@blueorangutan package
@hsato03 a [SL] 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 [SF]: âď¸ el8 âď¸ el9 âď¸ debian âď¸ suse15. SL-JID 11224
@blueorangutan test
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests
[SF] Trillian test result (tid-11578) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 69038 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr9605-t11578-kvm-ol8.zip Smoke tests completed. 134 look OK, 1 have errors, 6 did not run Only failed and skipped tests results shown below:
Test | Result | Time (s) | Test File |
---|---|---|---|
ContextSuite context=TestISOUsage>:setup | Error |
0.00 | test_usage.py |
all_test_vpc_router_nics | Skipped |
--- | test_vpc_router_nics.py |
all_test_vpc_vpn | Skipped |
--- | test_vpc_vpn.py |
all_test_webhook_delivery | Skipped |
--- | test_webhook_delivery.py |
all_test_webhook_lifecycle | Skipped |
--- | test_webhook_lifecycle.py |
all_test_host_maintenance | Skipped |
--- | test_host_maintenance.py |
all_test_hostha_kvm | Skipped |
--- | test_hostha_kvm.py |
@DaanHoogland the test error logs don't seem to be related to the PR.
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/nose/suite.py", line 210, in run
self.setUp()
File "/usr/local/lib/python3.6/site-packages/nose/suite.py", line 293, in setUp
self.setupContext(ancestor)
File "/usr/local/lib/python3.6/site-packages/nose/suite.py", line 316, in setupContext
try_run(context, names)
File "/usr/local/lib/python3.6/site-packages/nose/util.py", line 471, in try_run
return func()
File "/marvin/tests/smoke/test_usage.py", line 1025, in setUpClass
cls.iso.id
Exception: ISO download failed exception: Failed to download ISO: 2785331c-21e7-47d5-91d5-ffb46b2dbe32
Could you run the smoke tests again?
@blueorangutan package
@DaanHoogland a [SL] 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 [SF]: âď¸ el8 âď¸ el9 âď¸ debian âď¸ suse15. SL-JID 11280
@blueorangutan test
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests
[SF] Trillian test result (tid-11617) Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8 Total time taken: 59990 seconds Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr9605-t11617-kvm-ol8.zip Smoke tests completed. 139 look OK, 0 have errors, 2 did not run Only failed and skipped tests results shown below:
Test | Result | Time (s) | Test File |
---|---|---|---|
all_test_vm_strict_host_tags | Skipped |
--- | test_vm_strict_host_tags.py |
all_test_vnf_templates | Skipped |
--- | test_vnf_templates.py |
Description
When entering an activation rule during the creation and editing of Quota tariffs, the defined rule is not validated. This way, errors are only identified while processing the tariff.
Because of this, the
quotaValidateActivationRule
API was created, which informs whether the activation rule is valid or not. Also, the activation rule field was added when creating and editing the tariff via UI.API parameters
Example
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?