Behave Test Report

Features: passed: 1

Scenarios: skipped: 106, passed: 1

Steps: skipped: 1251, passed: 6

Finished in 0.2 seconds

Feature: nmcli: bond

nmcli/features/bond.feature:1952 @rhbz1915457, @ver+=1.30, @rhelver+=8.4, @skip_in_centos, @slaves, @bond, @bond_8023ad_with_vlan_srcmac

Scenario: nmcli - bond - options - mode set to 802.3ad with vlan+srcmax

  1. Before scenario (0.291s)
  2. * Add a new connection of type " bond " and options (0.062s)
    nmcli/features/steps/connection.py:23
    con-name bond0 ifname nm-bond
    bond.options 'mode=802.3ad,
    miimon=100,xmit_hash_policy=vlan+srcmac'
  3. * Add slave connection for master " nm-bond " on device " eth1 " named " bond0.0 " (0.044s)
    nmcli/features/steps/connection.py:49
  4. * Bring " up " connection " bond0.0 " (0.102s)
    nmcli/features/steps/connection.py:61
  5. Then " Bonding Mode: IEEE 802.3ad Dynamic link aggregation " is visible with command " cat /proc/net/bonding/nm-bond " (0.005s)
    nmcli/features/steps/commands.py:260
  6. Then " Transmit Hash Policy:\s+vlan\+srcmac " is visible with command " cat /proc/net/bonding/nm-bond " (0.004s)
    nmcli/features/steps/commands.py:260
  7. Then Check bond " nm-bond " link state is " up " (0.006s)
    nmcli/features/steps/bond_bridge_team.py:67
  8. After scenario (0.407s)
    Status After Clean