From 92d182805c51c6e1ba778801e4813dcf30c4284b Mon Sep 17 00:00:00 2001 From: Manuel Gayer Date: Wed, 1 Sep 2021 14:39:02 +0200 Subject: [PATCH] nmcli: Fix gsm_show_output * doublechecked generated output with test-client --- tests/unit/plugins/modules/net_tools/test_nmcli.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/unit/plugins/modules/net_tools/test_nmcli.py b/tests/unit/plugins/modules/net_tools/test_nmcli.py index 44aed1c9e2..a82d45e29f 100644 --- a/tests/unit/plugins/modules/net_tools/test_nmcli.py +++ b/tests/unit/plugins/modules/net_tools/test_nmcli.py @@ -666,11 +666,12 @@ TESTCASE_GSM_SHOW_OUTPUT = """\ connection.id: non_existent_nw_device connection.type: gsm connection.interface-name: gsm_non_existant -gsm.number: *99# +gsm.auto-config: no +gsm.number: -- gsm.username: t-mobile gsm.password: tm gsm.password-flags: 0 (none) -gsm.apn: internet.telekom +gsm.apn: "internet.telekom" gsm.network-id: -- gsm.pin: 1234 gsm.pin-flags: 0 (none) @@ -679,7 +680,6 @@ gsm.device-id: -- gsm.sim-id: -- gsm.sim-operator-id: -- gsm.mtu: auto -gsm.auto-config: no """