mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
nmcli: Fix gsm_show_output
* doublechecked generated output with test-client
This commit is contained in:
parent
5e14426a0b
commit
92d182805c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue