Adds documentaion for kuttl tests#542
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: auniyal61 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
|
||
| ## Run kuttl test | ||
| The easiest way is to run kuttl test in fresh system with crc deployed with | ||
|
|
There was a problem hiding this comment.
Before running tests all neutron deps should be ready like ovn,rabbitmq,infra,keystone etc operators along with respective CRs
neutron_kuttl in install_yamls does that but also does the cleanup. So either that have to be made optional or all required resources have to be deployed individually
If image is available then neutron_kuttl target itself can be used by passing NEUTRON_IMG and repo params.
| - **create enough pv's** | ||
| `PV_NUM=30 make crc_storage` | ||
| - make your changes in neutron-operator | ||
| - add required kuttl tests |
There was a problem hiding this comment.
If there are API/CRD changes then also need to run: make install
| `PV_NUM=30 make crc_storage` | ||
| - make your changes in neutron-operator | ||
| - add required kuttl tests | ||
| - start webhook `make run-with-webhook` |
There was a problem hiding this comment.
s/webhook/operator locally
| }, | ||
| ``` | ||
|
|
||
| ## Run kuttl test |
| ## Run kuttl test | ||
| The easiest way is to run kuttl test in fresh system with crc deployed with | ||
|
|
||
| - **create enough pv's** |
There was a problem hiding this comment.
from install_yamls directory
No description provided.