Skip to content

Commit 1a9fd07

Browse files
committed
tests: Remove redundant network_provider debug play
`network_provider` is already printed in the top playbook. The `name:` also totally mismatched what it did. Signed-off-by: Martin Pitt <mpitt@redhat.com>
1 parent 14f9044 commit 1a9fd07

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/playbooks/tests_ethernet.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@
4747
- name: Include the task 'assert_output_in_stderr_without_warnings.yml'
4848
include_tasks: tasks/assert_output_in_stderr_without_warnings.yml
4949

50-
- name: Play for cleaning up the test device and the connection profile
51-
hosts: all
52-
tasks:
53-
- name: Show network_provider
54-
debug:
55-
var: network_provider
56-
5750
# FIXME: assert profile present
5851
# FIXME: assert profile/device up + IP address
5952
- name: Import the playbook 'down_profile+delete_interface.yml'

0 commit comments

Comments
 (0)