Refactoring kuttl tests for better execution#402
Conversation
Kuttl tests are currently hard to follow, because we literally assert the entire resources associated to a Manila deployment. This patch aims to produce a big refactoring of the current kuttl testing, to achieve the following results: 1. Only match, within the deployed resources, what is meaningful to make the test fail or pass 2. Reorganize kuttl tests in test suites, so we don't have to specify the testDirs via cli but they live within the main kutt-test.yaml config file Signed-off-by: Francesco Pantano <fpantano@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fmount The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This patch aligns install_yamls to run manila kuttl tests using the new form introduced by the code refactoring [1]. [1] openstack-k8s-operators/manila-operator#402 Signed-off-by: Francesco Pantano <fpantano@redhat.com>
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/install_yamls#1027 is needed. |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@fmount: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Kuttl tests are currently hard to follow, because we literally assert the entire resources associated to a Manila deployment. This patch aims to produce a big refactoring of the current kuttl testing, to achieve the following results:
testDirsvia cli because they have a dedicatedkutt-test.yamlconfig fileDepends-On: openstack-k8s-operators/install_yamls#1027