Delete management network via YAML (e2e_be)

  1. On a VM with both an external VLAN and a management VLAN delete the management network via YAML
  2. Validate interface was removed with
    • ip link list
  3. Ping the VM from another VM that is only on the management VLAN
  4. Ping the VM from an external machine

Expected Results

  1. The VM should update and reboot
  2. You should only see one interface (and the loopback) in the list
  3. You should not be able to ping the VM on the management network
  4. You should get responses from the VM