mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
test: use relative role path
This commit is contained in:
parent
8e22918694
commit
7b3a8bee22
1 changed files with 2 additions and 2 deletions
|
|
@ -3,11 +3,11 @@
|
|||
name: execute python unit tests
|
||||
tasks:
|
||||
- copy:
|
||||
src: /role/library/network_connections.py
|
||||
src: ../library/network_connections.py
|
||||
dest: /tmp/test-unit-1/
|
||||
|
||||
- copy:
|
||||
src: /role/library/test_network_connections.py
|
||||
src: ../library/test_network_connections.py
|
||||
dest: /tmp/test-unit-1/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue