-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run minimal watcher tempest api test #47
Run minimal watcher tempest api test #47
Conversation
Skipping CI for Draft Pull Request. |
This change depends on a change that failed to merge. Changes #46, openstack-k8s-operators/ci-framework#2658 are needed. |
fac4a9d
to
0634868
Compare
This change depends on a change that failed to merge. Change #46 is needed. |
recheck |
This change depends on a change that failed to merge. Changes #46, openstack-k8s-operators/ci-framework#2658 are needed. |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/494b306e4db94de3aa9c0576defa30b9 ✔️ noop SUCCESS in 0s |
recheck |
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
8cfbc86
to
c764c39
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/06d4e3bda72e4a2e99109158ca7978e0 ✔️ noop SUCCESS in 0s |
this will need at least #40 to work. With #46, the api pod does not have the CA and requests with SSL to keystone fail:
see https://logserver.rdoproject.org/47/47/c764c39c4252c7041fc03f3be734b0931666cd7c/github-check/watcher-operator-validation/4c4862c/controller/ci-framework-data/logs/openstack-k8s-operators-openstack-must-gather/namespaces/openstack/pods/watcher-api-647b98f55-p7rfh/logs/watcher-api-log.log. With #40 the api commands work for me locally because it adds the CA as a mount to the pod |
Thank you @cescgina for the suggestion. let me try that. |
c764c39
to
73113aa
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
actually, the PRs are now changed, so #45 is the want you want to try with |
73113aa
to
98e1536
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
98e1536
to
c75f864
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/6c97ff6ed42b44d2bcf47421d586063a ✔️ noop SUCCESS in 0s |
Initial tempest test run result: https://logserver.rdoproject.org/47/47/c75f864df1bc8060a9130c458a28c0df58e11a1b/github-check/watcher-operator-validation/8d8d731/controller/ci-framework-data/tests/test_operator/tempest-tests-tempest/stestr_results.html
Rest of them are failing due to following reason.
Goals comes as a part of decision engine. then rest of api test will work |
Thanks to watcher api service and tls integration, we are now able to run watcher_tempest_plugin.tests.api.admin.test_api_discovery.TestApiDiscovery[1] test in EDPM CI. It will act as a base for keep existing watcher integration healthy. Links: [1]. openstack-k8s-operators#47 (comment) Signed-off-by: Chandan Kumar (raukadah) <raukadah@gmail.com>
c75f864
to
f6d093a
Compare
Thanks to watcher api service and tls integration, we are now able to run watcher_tempest_plugin.tests.api.admin.test_api_discovery.TestApiDiscovery[1] test in EDPM CI. It will act as a base for keep existing watcher integration healthy. Links: [1]. openstack-k8s-operators#47 (comment) Signed-off-by: Chandan Kumar (raukadah) <raukadah@gmail.com>
f6d093a
to
6570fa9
Compare
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#2675 is needed. |
recheck |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: amoralej The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
8fa5ab6
into
openstack-k8s-operators:main
Thanks to watcher api service and tls integration, we are now able to run watcher_tempest_plugin.tests.api.admin.test_api_discovery.TestApiDiscovery[1] test in EDPM CI. It will act as a base for keep existing watcher integration healthy. Links: [1]. openstack-k8s-operators#47 (comment) Signed-off-by: Chandan Kumar (raukadah) <raukadah@gmail.com>
Thanks to watcher api service and tls integration, we are now able to run watcher_tempest_plugin.tests.api.admin.test_api_discovery.TestApiDiscovery[1] test in EDPM CI. It will act as a base for keep existing watcher integration healthy. Links: [1]. openstack-k8s-operators#47 (comment) Signed-off-by: Chandan Kumar (raukadah) <raukadah@gmail.com>
Thanks to watcher api service and tls integration, we are now able to run watcher_tempest_plugin.tests.api.admin.test_api_discovery.TestApiDiscovery[1] test in EDPM CI. It will act as a base for keep existing watcher integration healthy. Links: [1]. openstack-k8s-operators#47 (comment) Signed-off-by: Chandan Kumar (raukadah) <raukadah@gmail.com>
Thanks to watcher api service and tls integration, we are now able to run watcher_tempest_plugin.tests.api.admin.test_api_discovery.TestApiDiscovery[1] test in EDPM CI.
It will act as a base for keep existing watcher integration healthy.
Links:
[1]. #47 (comment)
Related-Jira: https://issues.redhat.com/browse/OSPRH-11948
Depends-On: openstack-k8s-operators/ci-framework#2675