Add multiple Networks via YAML (e2e_be)

  1. Create a new VM via YAML
  2. Add both a management network and an external VLAN network
  3. Validate both interfaces exist in the VM
    • ip link list
  4. Ping the VM from another VM that is only on the management VLAN
  5. Ping the VM from an external machine

Expected Results

  1. The VM should create
  2. You should see three interfaces listed in VM
  3. You should get responses from pinging the VM
  4. You should get responses from pinging the VM