tests: Fix top name tags in tests

Most tests have simply been using the Tests as name, but this there is a
lack of information in automated runs. The name should be similar to the
test file name.
This commit is contained in:
Thomas Woerner
2020-02-11 10:59:30 +01:00
parent 8f69d37e0e
commit 28d8896be5
15 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
--- ---
- name: Tests - name: Test group
hosts: ipaserver hosts: ipaserver
become: true become: true
gather_facts: false gather_facts: false

View File

@@ -1,5 +1,5 @@
--- ---
- name: Playbook to handle hbacrules - name: Test hbacrule
hosts: ipaserver hosts: ipaserver
become: true become: true

View File

@@ -1,5 +1,5 @@
--- ---
- name: Tests - name: Test hbacsvc
hosts: ipaserver hosts: ipaserver
become: true become: true
gather_facts: false gather_facts: false

View File

@@ -1,5 +1,5 @@
--- ---
- name: Tests - name: Test hbacsvcgroup
hosts: ipaserver hosts: ipaserver
become: true become: true
gather_facts: false gather_facts: false

View File

@@ -1,5 +1,5 @@
--- ---
- name: Tests - name: Test hostgroup
hosts: ipaserver hosts: ipaserver
become: true become: true
gather_facts: false gather_facts: false

View File

@@ -1,5 +1,5 @@
--- ---
- name: Tests - name: Test pwpolicy
hosts: ipaserver hosts: ipaserver
become: true become: true
gather_facts: false gather_facts: false

View File

@@ -1,6 +1,6 @@
--- ---
- name: Tests - name: Test sudocmd
hosts: ipaserver hosts: ipaserver
become: true become: true
gather_facts: false gather_facts: false

View File

@@ -1,6 +1,6 @@
--- ---
- name: Tests - name: Test sudocmdgroup
hosts: ipaserver hosts: ipaserver
become: true become: true
gather_facts: false gather_facts: false

View File

@@ -1,6 +1,6 @@
--- ---
- name: Tests - name: Test sudorule
hosts: ipaserver hosts: ipaserver
become: true become: true
gather_facts: false gather_facts: false

View File

@@ -1,5 +1,5 @@
--- ---
- name: Tests - name: Test user
hosts: ipaserver hosts: ipaserver
become: true become: true
gather_facts: false gather_facts: false

View File

@@ -1,5 +1,5 @@
--- ---
- name: Tests - name: Test users
hosts: ipaserver hosts: ipaserver
become: true become: true
gather_facts: false gather_facts: false

View File

@@ -1,5 +1,5 @@
--- ---
- name: Tests - name: Test users absent
hosts: ipaserver hosts: ipaserver
become: true become: true
gather_facts: false gather_facts: false

View File

@@ -1,5 +1,5 @@
--- ---
- name: Tests - name: Test users present
hosts: ipaserver hosts: ipaserver
become: true become: true
gather_facts: false gather_facts: false

View File

@@ -1,5 +1,5 @@
--- ---
- name: Tests - name: Test users present slice
hosts: ipaserver hosts: ipaserver
become: true become: true
gather_facts: false gather_facts: false

View File

@@ -1,6 +1,6 @@
--- ---
- name: Tests - name: Test vault
hosts: ipaserver hosts: ipaserver
become: true become: true
gather_facts: false gather_facts: false