mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-31 03:44:39 +00:00
Issue #10: Move integration tests into molecule playbook.
This commit is contained in:
@@ -72,23 +72,10 @@
|
||||
state: absent
|
||||
no_log: yes
|
||||
|
||||
# Run full test suite
|
||||
# Test openshift
|
||||
|
||||
- pip:
|
||||
name:
|
||||
- openshift>=0.9.2
|
||||
- coverage
|
||||
virtualenv: "{{ virtualenv }}"
|
||||
virtualenv_command: "{{ virtualenv_command }}"
|
||||
virtualenv_site_packages: no
|
||||
- debug:
|
||||
var: k8s_openshift
|
||||
|
||||
- include_tasks: full_test.yml
|
||||
vars:
|
||||
ansible_python_interpreter: "{{ virtualenv_interpreter }}"
|
||||
create_crd_with_apply: no
|
||||
playbook_namespace: ansible-test-k8s-full
|
||||
|
||||
- file:
|
||||
path: "{{ virtualenv }}"
|
||||
state: absent
|
||||
no_log: yes
|
||||
- include: openshift.yml
|
||||
when: k8s_openshift | bool
|
||||
|
||||
Reference in New Issue
Block a user