-
Notifications
You must be signed in to change notification settings - Fork 13
Test fixes #1135
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
Merged
Merged
Test fixes #1135
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
c1ad807
board/common: ensure efi-part.vfat is saved in build tree
troglobit 52beeb5
test/infamy: refactor Furl class to support list of needles
troglobit 1aad255
test/case/infix_container: refactor container-environment
troglobit b657183
test/case/infix_services: refactor mdns-allow-deny
troglobit 87f9b58
test/spec: pep-8 fixes, minor cleanup only
troglobit 9fe661f
test/infamy: silence schema download in restconf backend
troglobit c14140a
test: relocate logic for creating test-report.pdf from workflow
troglobit fe2d0f4
test/case: simplify AsciiDoc image references
troglobit b4a5b35
test/spec: refactor test spec & report generation
troglobit 249af70
test: add intro blurb to each subsystem
troglobit 2171fd1
test/case/infix_dhcp: allow generating subsystem test resports
troglobit eb3e64d
test/case: rename foo.adoc -> test.adoc and update all Readme.adoc
troglobit 44d3780
test/case: use 9pm 'name:' for all test names
troglobit 142e4e9
test: consistent naming for all yaml files
troglobit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule 9pm
updated
20 files
+7 −9 | .github/workflows/main.yml | |
+1 −0 | .gitignore | |
+165 −61 | 9pm.py | |
+47 −0 | Makefile | |
+6 −1 | README.md | |
+2 −2 | etc/9pm-proj.yaml | |
+1 −3 | examples/cases/bash.adoc | |
+1 −3 | examples/cases/perl/Readme.adoc | |
+1 −3 | examples/cases/python.adoc | |
+ − | logo.png | |
+8 −7 | report/theme.yml | |
+1 −1 | self_test/run.py | |
+5 −5 | unit_tests/auto.yaml | |
+2 −2 | unit_tests/harness/options.yaml | |
+0 −2 | unit_tests/harness/report/Readme.adoc | |
+2 −2 | unit_tests/harness/report/all.yaml | |
+1 −3 | unit_tests/harness/report/dynamic/bash.adoc | |
+1 −1 | unit_tests/harness/report/dynamic/dynamic.yaml | |
+8 −8 | unit_tests/lib_tcl/all.yaml | |
+7 −7 | unit_tests/lib_tcl/tap/tap.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
- name: USB configuration | ||
case: usb/test.py | ||
|
||
- name: USB configuration with two USB ports | ||
case: usb_two_ports/test.py |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
usb.adoc | ||
test.adoc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
usb_two_ports.adoc | ||
test.adoc |
23 changes: 9 additions & 14 deletions
23
...hardware/usb_two_ports/usb_two_ports.adoc → ...ase/ietf_hardware/usb_two_ports/test.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,22 @@ | ||
=== USB configuration with two USB ports | ||
|
||
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/ietf_hardware/usb_two_ports] | ||
|
||
==== Description | ||
|
||
Test that the USB locked/unlocked configuration is consistent | ||
when having two USB ports. | ||
|
||
==== Topology | ||
ifdef::topdoc[] | ||
image::{topdoc}../../test/case/ietf_hardware/usb_two_ports/topology.svg[USB configuration with two USB ports topology] | ||
endif::topdoc[] | ||
ifndef::topdoc[] | ||
ifdef::testgroup[] | ||
image::usb_two_ports/topology.svg[USB configuration with two USB ports topology] | ||
endif::testgroup[] | ||
ifndef::testgroup[] | ||
image::topology.svg[USB configuration with two USB ports topology] | ||
endif::testgroup[] | ||
endif::topdoc[] | ||
==== Test sequence | ||
|
||
image::topology.svg[USB configuration with two USB ports topology, align=center, scaledwidth=75%] | ||
|
||
==== Sequence | ||
|
||
. Set up topology and attach to target DUTs | ||
. Lock the first USB port and unlock the second USB port | ||
. Verify that the correct port is locked and the correct one is unlocked | ||
. Unlock the first USB port, and lock the second USB port | ||
. Verify that the correct port is locked and the correct one is unlocked | ||
|
||
|
||
<<< | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,127 @@ | ||
:testgroup: | ||
== ietf-interfaces | ||
|
||
<<< | ||
Tests verifying IETF standard interface configuration and management: | ||
|
||
- VLAN interface configuration and connectivity | ||
- IPv4 and IPv6 address assignment and management | ||
- IPv4 address auto-configuration mechanisms | ||
- Interface aliases and physical address configuration | ||
- Basic routing table configuration and operation | ||
- Linux bridge creation, STP, and VLAN handling | ||
- Link aggregation (LAG) setup and failover behavior | ||
- IGMP multicast group management and forwarding | ||
- QoS traffic classification and priority handling | ||
- Interface enable/disable state management | ||
- Virtual Ethernet (VETH) pair lifecycle management | ||
- GRE tunneling configuration and data plane operation | ||
|
||
include::vlan_ping/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::ipv4_address/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::ipv6_address/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::ipv4_autoconf/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::ifalias/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::iface_phys_address/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::routing_basic/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::bridge_basic/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::bridge_fwd_dual_dut/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::bridge_fwd_sgl_dut/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::bridge_stp_basic/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::bridge_veth/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::bridge_vlan/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::speed_duplex_copper/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::bridge_vlan_separation/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::dual_bridge/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::lag_basic/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::lag_failure/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::igmp_basic/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::igmp_vlan/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::static_multicast_filters/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::vlan_qos/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::verify_all_interface_types/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::iface_enable_disable/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::veth_delete/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::vlan_iface_termination/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::tunnel_basic/Readme.adoc[] | ||
|
||
<<< | ||
|
||
include::tunnel_bridged/Readme.adoc[] |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.