mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-06-10 10:36:16 +00:00
Move integration tests to molecule (#198)
Move integration tests to molecule SUMMARY There are only a handful of integration tests in tests/integration. These are presumably left over from before the collection used molecule. The only integration tests that aren't already covered by molecule are the ones testing kubernetes-validate. I have moved these tests into molecule so we can delete the integration test job. ISSUE TYPE COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: None <None> Reviewed-by: None <None>
This commit is contained in:
@@ -132,6 +132,15 @@
|
||||
tags: [ template, k8s ]
|
||||
tags:
|
||||
- always
|
||||
|
||||
- name: Include validate.yml
|
||||
include_tasks:
|
||||
file: tasks/validate.yml
|
||||
apply:
|
||||
tags: [ validate, k8s ]
|
||||
tags:
|
||||
- always
|
||||
|
||||
- name: Include waiter.yml
|
||||
include_tasks:
|
||||
file: tasks/waiter.yml
|
||||
|
||||
Reference in New Issue
Block a user