Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfarouq-ext committed Dec 11, 2024
1 parent 6eee39a commit 17c7ea1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/snmp_standard/mode/listspanningtrees.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#


package snmp_standard::mode::listspanningtrees;

Expand Down
2 changes: 1 addition & 1 deletion src/snmp_standard/mode/spanningtree.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#


package snmp_standard::mode::spanningtree;

Expand Down
5 changes: 1 addition & 4 deletions tests/network/hp/procurve/snmp/list-spanning-trees.robot
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ list-spanning-trees ${tc}
... --snmp-timeout=1
... ${extra_options}

# first run to build cache
Run ${command}
# second run to control the output
Ctn Run Command And Check Result As Strings ${command} ${expected_result}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}

Examples: tc extra_options expected_result --
... 1 --filter-port='Anonymized 053' List ports with spanning tree protocol: [port = Anonymized 053] [state = forwarding] [op_status = up] [admin_status = up] [index = 28]
Expand Down
3 changes: 0 additions & 3 deletions tests/network/hp/procurve/snmp/spanning-tree.robot
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ spanning-tree ${tc}
... --snmp-timeout=1
... ${extra_options}

# first run to build cache
Run ${command}
# second run to control the output
Ctn Run Command And Check Result As Strings ${command} ${expected_result}

Examples: tc extra_options expected_result --
Expand Down

0 comments on commit 17c7ea1

Please sign in to comment.