test: add live acceptance CRUD test and document test flow
This commit is contained in:
@@ -52,6 +52,13 @@ cd terraform/provider
|
||||
go test ./...
|
||||
```
|
||||
|
||||
Acceptance-тест (реальный кластер, опционально):
|
||||
|
||||
```bash
|
||||
cd terraform/provider
|
||||
ACCEPTANCE_TEST=1 KUBECONFIG=/home/naeel/.kube/config go test ./internal/client -run TestAcceptanceFissionCRUD -v
|
||||
```
|
||||
|
||||
Импорт существующего ресурса (пример):
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user