mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
@@ -1,2 +0,0 @@
|
||||
dependencies:
|
||||
- setup_remote_tmp_dir
|
||||
@@ -11,13 +11,9 @@ If kubectl is already using the right config file and context, you can
|
||||
just do
|
||||
|
||||
```
|
||||
cd test/integration/targets/k8s
|
||||
cd tests/integration/targets/k8s
|
||||
./runme.sh -vv
|
||||
```
|
||||
|
||||
otherwise set one or both of `K8S_AUTH_KUBECONFIG` and `K8S_AUTH_CONTEXT`
|
||||
and use the same command
|
||||
|
||||
|
||||
|
||||
|
||||
5
tests/integration/targets/kubernetes/handlers/main.yml
Normal file
5
tests/integration/targets/kubernetes/handlers/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: delete temporary directory
|
||||
file:
|
||||
path: "{{ remote_tmp_dir }}"
|
||||
state: absent
|
||||
no_log: yes
|
||||
1
tests/integration/targets/kubernetes/meta/main.yml
Normal file
1
tests/integration/targets/kubernetes/meta/main.yml
Normal file
@@ -0,0 +1 @@
|
||||
dependencies: []
|
||||
@@ -1,3 +1,5 @@
|
||||
- include_tasks: setup_remote_tmp_dir.yml
|
||||
|
||||
- set_fact:
|
||||
virtualenv: "{{ remote_tmp_dir }}/virtualenv"
|
||||
virtualenv_command: "{{ ansible_python_interpreter }} -m virtualenv"
|
||||
@@ -0,0 +1,11 @@
|
||||
- name: create temporary directory
|
||||
tempfile:
|
||||
state: directory
|
||||
suffix: .test
|
||||
register: remote_tmp_dir
|
||||
notify:
|
||||
- delete temporary directory
|
||||
|
||||
- name: record temporary directory
|
||||
set_fact:
|
||||
remote_tmp_dir: "{{ remote_tmp_dir.path }}"
|
||||
11
tests/output/data/integration-2020-01-30-18-12-28.json
Normal file
11
tests/output/data/integration-2020-01-30-18-12-28.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"clouds": {
|
||||
"openshift": {
|
||||
"platform": "openshift",
|
||||
"setup_seconds": 63,
|
||||
"targets": [
|
||||
"k8s.k8s"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
3
tests/output/data/integration-2020-01-30-18-17-09.json
Normal file
3
tests/output/data/integration-2020-01-30-18-17-09.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"targets": {}
|
||||
}
|
||||
11
tests/output/data/integration-2020-01-30-18-38-09.json
Normal file
11
tests/output/data/integration-2020-01-30-18-38-09.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"clouds": {
|
||||
"openshift": {
|
||||
"platform": "openshift",
|
||||
"setup_seconds": 19,
|
||||
"targets": [
|
||||
"k8s.k8s"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
3
tests/output/data/integration-2020-01-30-18-38-46.json
Normal file
3
tests/output/data/integration-2020-01-30-18-38-46.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"targets": {}
|
||||
}
|
||||
11
tests/output/data/integration-2020-01-30-18-39-24.json
Normal file
11
tests/output/data/integration-2020-01-30-18-39-24.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"clouds": {
|
||||
"openshift": {
|
||||
"platform": "openshift",
|
||||
"setup_seconds": 19,
|
||||
"targets": [
|
||||
"k8s.k8s"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
3
tests/output/data/integration-2020-01-30-18-40-04.json
Normal file
3
tests/output/data/integration-2020-01-30-18-40-04.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"targets": {}
|
||||
}
|
||||
11
tests/output/data/integration-2020-01-30-19-31-05.json
Normal file
11
tests/output/data/integration-2020-01-30-19-31-05.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"clouds": {
|
||||
"openshift": {
|
||||
"platform": "openshift",
|
||||
"setup_seconds": 20,
|
||||
"targets": [
|
||||
"kubernetes"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
3
tests/output/data/integration-2020-01-30-19-31-39.json
Normal file
3
tests/output/data/integration-2020-01-30-19-31-39.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"targets": {}
|
||||
}
|
||||
11
tests/output/data/integration-2020-01-30-19-33-27.json
Normal file
11
tests/output/data/integration-2020-01-30-19-33-27.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"clouds": {
|
||||
"openshift": {
|
||||
"platform": "openshift",
|
||||
"setup_seconds": 19,
|
||||
"targets": [
|
||||
"kubernetes"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
3
tests/output/data/integration-2020-01-30-19-34-06.json
Normal file
3
tests/output/data/integration-2020-01-30-19-34-06.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"targets": {}
|
||||
}
|
||||
11
tests/output/data/integration-2020-01-30-19-37-59.json
Normal file
11
tests/output/data/integration-2020-01-30-19-37-59.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"clouds": {
|
||||
"openshift": {
|
||||
"platform": "openshift",
|
||||
"setup_seconds": 19,
|
||||
"targets": [
|
||||
"kubernetes"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
3
tests/output/data/integration-2020-01-30-19-38-31.json
Normal file
3
tests/output/data/integration-2020-01-30-19-38-31.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"targets": {}
|
||||
}
|
||||
11
tests/output/data/integration-2020-01-30-19-39-12.json
Normal file
11
tests/output/data/integration-2020-01-30-19-39-12.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"clouds": {
|
||||
"openshift": {
|
||||
"platform": "openshift",
|
||||
"setup_seconds": 19,
|
||||
"targets": [
|
||||
"kubernetes"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
39
tests/output/data/integration-2020-01-30-19-47-17.json
Normal file
39
tests/output/data/integration-2020-01-30-19-47-17.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"targets": {
|
||||
"kubernetes": {
|
||||
"aliases": [
|
||||
"cloud/",
|
||||
"cloud/kubernetes",
|
||||
"cloud/openshift/",
|
||||
"cloud/openshift/kubernetes",
|
||||
"kubernetes",
|
||||
"module/",
|
||||
"module/kubernetes/",
|
||||
"module/kubernetes/kubernetes",
|
||||
"non_destructive/",
|
||||
"non_destructive/kubernetes",
|
||||
"posix/",
|
||||
"role/",
|
||||
"role/kubernetes",
|
||||
"shippable/",
|
||||
"shippable/cloud/",
|
||||
"shippable/cloud/group1/",
|
||||
"shippable/cloud/group1/kubernetes",
|
||||
"shippable/cloud/kubernetes",
|
||||
"shippable/kubernetes"
|
||||
],
|
||||
"coverage": false,
|
||||
"coverage_label": "",
|
||||
"modules": [
|
||||
"kubernetes"
|
||||
],
|
||||
"name": "kubernetes",
|
||||
"python_version": "3.6",
|
||||
"run_time_seconds": 455,
|
||||
"setup_always": [],
|
||||
"setup_once": [],
|
||||
"type": "role",
|
||||
"validation_seconds": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
6629
tests/output/junit/kubernetes-6diisgn1-1580413636.348936.xml
Normal file
6629
tests/output/junit/kubernetes-6diisgn1-1580413636.348936.xml
Normal file
File diff suppressed because one or more lines are too long
6620
tests/sanity/ignore.txt
Normal file
6620
tests/sanity/ignore.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user