Bug ID 1599
Summary Update testsuite subclass docstrings so that they all use the “Steps” and “Verify” format for each testcase.
Product DPDK
Version unspecified
Hardware All
OS All
Status UNCONFIRMED
Severity normal
Priority Normal
Component DTS
Assignee dev@dpdk.org
Reporter probb@iol.unh.edu
CC juraj.linkes@pantheon.tech, probb@iol.unh.edu
Target Milestone ---

Example: 

    @func_test
    def all_but_one_port_blocklisted(self):
        """Run testpmd with all but one blocklisted port.

        Steps:
            Run testpmd with only one allowed port, blocking all the other
ones.
        Verify:
            That all specified ports were successfully blocklisted.
        """
          


You are receiving this mail because: