Skip to content

manual/generic/linux/network-manager

Description

Test network features work.

Maintainer

  • brendan.wood@foundires.io

OS

  • ubuntu
  • openembedded

Scope

  • functional

Devices

  • am64x

Steps to reproduce

  • Boot the board to console
  • run "systemctl status NetworkManager" expected = running
  • run "nmcli -c no general status"
  • run "nmcli -c no general hostname"
  • run "nmcli -c no networking connectivity" expected = full
  • run "nmcli -c no networking off" expected = turns networking off
  • run "nmcli -c no networking connectivity" expected = none
  • run "nmcli -c no -w 10 networking on" expected = networking on
  • run "nmcli -c no networking connectivity" expected = full
  • run "nmcli -c no device show eth0"
  • run "nmcli -c no device disconnect eth0"
  • run "nmcli -c no networking connectivity" expected = none
  • run "nmcli -c no -w 10 device connect eth0"
  • run "nmcli -c no networking connectivity" expected = full