Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pytest]: reorg tests info subfolder #1613

Merged
merged 1 commit into from
Apr 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/roles/test/tasks/bgp_speaker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: run test
include_tasks: roles/test/tasks/pytest_runner.yml
vars:
test_node: test_bgp_speaker.py
test_node: bgp/test_bgp_speaker.py
2 changes: 1 addition & 1 deletion ansible/roles/test/tasks/dhcp_relay.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: Run DHCP relay test (pytest-ansible)
include_tasks: roles/test/tasks/pytest_runner.yml
vars:
test_node: test_dhcp_relay.py
test_node: dhcp_relay/test_dhcp_relay.py
2 changes: 1 addition & 1 deletion ansible/roles/test/tasks/dip_sip.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: run test
include_tasks: roles/test/tasks/pytest_runner.yml
vars:
test_node: dip_sip/test_dip_sip.py
test_node: ipfwd/test_dip_sip.py
2 changes: 1 addition & 1 deletion ansible/roles/test/tasks/everflow_testbed.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: run test
include_tasks: roles/test/tasks/pytest_runner.yml
vars:
test_node: test_everflow_testbed.py
test_node: everflow/test_everflow_testbed.py
2 changes: 1 addition & 1 deletion ansible/roles/test/tasks/lag_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
- name: run test
include_tasks: roles/test/tasks/pytest_runner.yml
vars:
test_node: test_lag_2.py
test_node: pc/test_lag_2.py
lguohan marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion ansible/roles/test/tasks/lldp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: run test
include_tasks: roles/test/tasks/pytest_runner.yml
vars:
test_node: test_lldp.py
test_node: lldp/test_lldp.py
2 changes: 1 addition & 1 deletion ansible/roles/test/tasks/mtu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
- name: Run MTU relay test (pytest-ansible)
include_tasks: roles/test/tasks/pytest_runner.yml
vars:
test_node: test_mtu.py
test_node: ipfwd/test_mtu.py
2 changes: 1 addition & 1 deletion ansible/roles/test/tasks/vxlan-decap.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: run test
include_tasks: roles/test/tasks/pytest_runner.yml
vars:
test_node: test_vxlan_decap.py
test_node: vxlan/test_vxlan_decap.py
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.