clients/tests: merge branch 'th/more-clients-tests'

This commit is contained in:
Thomas Haller 2018-06-11 19:31:46 +02:00
commit 65869314c2
248 changed files with 1689 additions and 205 deletions

View file

@ -193,4 +193,58 @@ clients_tests_expected_files = \
clients/tests/test-client.check-on-disk/test_004-040.expected \
clients/tests/test-client.check-on-disk/test_004-041.expected \
clients/tests/test-client.check-on-disk/test_004-042.expected \
clients/tests/test-client.check-on-disk/test_004-043.expected \
clients/tests/test-client.check-on-disk/test_004-044.expected \
clients/tests/test-client.check-on-disk/test_004-045.expected \
clients/tests/test-client.check-on-disk/test_004-046.expected \
clients/tests/test-client.check-on-disk/test_004-047.expected \
clients/tests/test-client.check-on-disk/test_004-048.expected \
clients/tests/test-client.check-on-disk/test_004-049.expected \
clients/tests/test-client.check-on-disk/test_004-050.expected \
clients/tests/test-client.check-on-disk/test_004-051.expected \
clients/tests/test-client.check-on-disk/test_004-052.expected \
clients/tests/test-client.check-on-disk/test_004-053.expected \
clients/tests/test-client.check-on-disk/test_004-054.expected \
clients/tests/test-client.check-on-disk/test_004-055.expected \
clients/tests/test-client.check-on-disk/test_004-056.expected \
clients/tests/test-client.check-on-disk/test_004-057.expected \
clients/tests/test-client.check-on-disk/test_004-058.expected \
clients/tests/test-client.check-on-disk/test_004-059.expected \
clients/tests/test-client.check-on-disk/test_004-060.expected \
clients/tests/test-client.check-on-disk/test_004-061.expected \
clients/tests/test-client.check-on-disk/test_004-062.expected \
clients/tests/test-client.check-on-disk/test_004-063.expected \
clients/tests/test-client.check-on-disk/test_004-064.expected \
clients/tests/test-client.check-on-disk/test_004-065.expected \
clients/tests/test-client.check-on-disk/test_004-066.expected \
clients/tests/test-client.check-on-disk/test_004-067.expected \
clients/tests/test-client.check-on-disk/test_004-068.expected \
clients/tests/test-client.check-on-disk/test_004-069.expected \
clients/tests/test-client.check-on-disk/test_004-070.expected \
clients/tests/test-client.check-on-disk/test_004-071.expected \
clients/tests/test-client.check-on-disk/test_004-072.expected \
clients/tests/test-client.check-on-disk/test_004-073.expected \
clients/tests/test-client.check-on-disk/test_004-074.expected \
clients/tests/test-client.check-on-disk/test_004-075.expected \
clients/tests/test-client.check-on-disk/test_004-076.expected \
clients/tests/test-client.check-on-disk/test_004-077.expected \
clients/tests/test-client.check-on-disk/test_004-078.expected \
clients/tests/test-client.check-on-disk/test_004-079.expected \
clients/tests/test-client.check-on-disk/test_004-080.expected \
clients/tests/test-client.check-on-disk/test_004-081.expected \
clients/tests/test-client.check-on-disk/test_004-082.expected \
clients/tests/test-client.check-on-disk/test_004-083.expected \
clients/tests/test-client.check-on-disk/test_004-084.expected \
clients/tests/test-client.check-on-disk/test_004-085.expected \
clients/tests/test-client.check-on-disk/test_004-086.expected \
clients/tests/test-client.check-on-disk/test_004-087.expected \
clients/tests/test-client.check-on-disk/test_004-088.expected \
clients/tests/test-client.check-on-disk/test_004-089.expected \
clients/tests/test-client.check-on-disk/test_004-090.expected \
clients/tests/test-client.check-on-disk/test_004-091.expected \
clients/tests/test-client.check-on-disk/test_004-092.expected \
clients/tests/test-client.check-on-disk/test_004-093.expected \
clients/tests/test-client.check-on-disk/test_004-094.expected \
clients/tests/test-client.check-on-disk/test_004-095.expected \
clients/tests/test-client.check-on-disk/test_004-096.expected \
$(NULL)

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:661:test_001()/1
location: clients/tests/test-client.py:693:test_001()/1
cmd: $NMCLI
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:661:test_001()/2
location: clients/tests/test-client.py:693:test_001()/2
cmd: $NMCLI
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:663:test_001()/3
location: clients/tests/test-client.py:695:test_001()/3
cmd: $NMCLI -f AP -mode multiline -p d show wlan0
lang: C
returncode: 10

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:663:test_001()/4
location: clients/tests/test-client.py:695:test_001()/4
cmd: $NMCLI -f AP -mode multiline -p d show wlan0
lang: pl_PL.UTF-8
returncode: 10

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:665:test_001()/5
location: clients/tests/test-client.py:697:test_001()/5
cmd: $NMCLI c s
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:665:test_001()/6
location: clients/tests/test-client.py:697:test_001()/6
cmd: $NMCLI c s
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:667:test_001()/7
location: clients/tests/test-client.py:699:test_001()/7
cmd: $NMCLI bogus s
lang: C
returncode: 2

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:667:test_001()/8
location: clients/tests/test-client.py:699:test_001()/8
cmd: $NMCLI bogus s
lang: pl_PL.UTF-8
returncode: 2

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/9
location: clients/tests/test-client.py:702:test_001()/9
cmd: $NMCLI general permissions
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/10
location: clients/tests/test-client.py:702:test_001()/10
cmd: $NMCLI general permissions
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/11
location: clients/tests/test-client.py:702:test_001()/11
cmd: $NMCLI --pretty general permissions
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/12
location: clients/tests/test-client.py:702:test_001()/12
cmd: $NMCLI --pretty general permissions
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/13
location: clients/tests/test-client.py:702:test_001()/13
cmd: $NMCLI --terse general permissions
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/14
location: clients/tests/test-client.py:702:test_001()/14
cmd: $NMCLI --terse general permissions
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/15
location: clients/tests/test-client.py:702:test_001()/15
cmd: $NMCLI --mode tabular general permissions
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/16
location: clients/tests/test-client.py:702:test_001()/16
cmd: $NMCLI --mode tabular general permissions
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/17
location: clients/tests/test-client.py:702:test_001()/17
cmd: $NMCLI --mode tabular --pretty general permissions
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/18
location: clients/tests/test-client.py:702:test_001()/18
cmd: $NMCLI --mode tabular --pretty general permissions
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/19
location: clients/tests/test-client.py:702:test_001()/19
cmd: $NMCLI --mode tabular --terse general permissions
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/20
location: clients/tests/test-client.py:702:test_001()/20
cmd: $NMCLI --mode tabular --terse general permissions
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/21
location: clients/tests/test-client.py:702:test_001()/21
cmd: $NMCLI --mode multiline general permissions
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/22
location: clients/tests/test-client.py:702:test_001()/22
cmd: $NMCLI --mode multiline general permissions
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/23
location: clients/tests/test-client.py:702:test_001()/23
cmd: $NMCLI --mode multiline --pretty general permissions
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/24
location: clients/tests/test-client.py:702:test_001()/24
cmd: $NMCLI --mode multiline --pretty general permissions
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/25
location: clients/tests/test-client.py:702:test_001()/25
cmd: $NMCLI --mode multiline --terse general permissions
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:675:test_001()/26
location: clients/tests/test-client.py:702:test_001()/26
cmd: $NMCLI --mode multiline --terse general permissions
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:680:test_002()/1
location: clients/tests/test-client.py:707:test_002()/1
cmd: $NMCLI d
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:680:test_002()/2
location: clients/tests/test-client.py:707:test_002()/2
cmd: $NMCLI d
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:682:test_002()/3
location: clients/tests/test-client.py:709:test_002()/3
cmd: $NMCLI -f all d
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:682:test_002()/4
location: clients/tests/test-client.py:709:test_002()/4
cmd: $NMCLI -f all d
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:684:test_002()/5
location: clients/tests/test-client.py:711:test_002()/5
cmd: $NMCLI
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:684:test_002()/6
location: clients/tests/test-client.py:711:test_002()/6
cmd: $NMCLI
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:686:test_002()/7
location: clients/tests/test-client.py:713:test_002()/7
cmd: $NMCLI -f AP -mode multiline d show wlan0
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:686:test_002()/8
location: clients/tests/test-client.py:713:test_002()/8
cmd: $NMCLI -f AP -mode multiline d show wlan0
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:687:test_002()/9
location: clients/tests/test-client.py:714:test_002()/9
cmd: $NMCLI -f AP -mode multiline -p d show wlan0
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:687:test_002()/10
location: clients/tests/test-client.py:714:test_002()/10
cmd: $NMCLI -f AP -mode multiline -p d show wlan0
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:688:test_002()/11
location: clients/tests/test-client.py:715:test_002()/11
cmd: $NMCLI -f AP -mode multiline -t d show wlan0
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:688:test_002()/12
location: clients/tests/test-client.py:715:test_002()/12
cmd: $NMCLI -f AP -mode multiline -t d show wlan0
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:689:test_002()/13
location: clients/tests/test-client.py:716:test_002()/13
cmd: $NMCLI -f AP -mode tabular d show wlan0
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:689:test_002()/14
location: clients/tests/test-client.py:716:test_002()/14
cmd: $NMCLI -f AP -mode tabular d show wlan0
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:690:test_002()/15
location: clients/tests/test-client.py:717:test_002()/15
cmd: $NMCLI -f AP -mode tabular -p d show wlan0
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:690:test_002()/16
location: clients/tests/test-client.py:717:test_002()/16
cmd: $NMCLI -f AP -mode tabular -p d show wlan0
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:691:test_002()/17
location: clients/tests/test-client.py:718:test_002()/17
cmd: $NMCLI -f AP -mode tabular -t d show wlan0
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:691:test_002()/18
location: clients/tests/test-client.py:718:test_002()/18
cmd: $NMCLI -f AP -mode tabular -t d show wlan0
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:693:test_002()/19
location: clients/tests/test-client.py:720:test_002()/19
cmd: $NMCLI -f ALL d wifi
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:693:test_002()/20
location: clients/tests/test-client.py:720:test_002()/20
cmd: $NMCLI -f ALL d wifi
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:695:test_002()/21
location: clients/tests/test-client.py:722:test_002()/21
cmd: $NMCLI c
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:695:test_002()/22
location: clients/tests/test-client.py:722:test_002()/22
cmd: $NMCLI c
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:697:test_002()/23
location: clients/tests/test-client.py:724:test_002()/23
cmd: $NMCLI c s con-1
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:697:test_002()/24
location: clients/tests/test-client.py:724:test_002()/24
cmd: $NMCLI c s con-1
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:707:test_003()/1
location: clients/tests/test-client.py:734:test_003()/1
cmd: $NMCLI c add type ethernet ifname '*' con-name con-xx1
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:710:test_003()/2
location: clients/tests/test-client.py:737:test_003()/2
cmd: $NMCLI c s
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:710:test_003()/3
location: clients/tests/test-client.py:737:test_003()/3
cmd: $NMCLI c s
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:715:test_003()/4
location: clients/tests/test-client.py:742:test_003()/4
cmd: $NMCLI c add type ethernet ifname '*'
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:718:test_003()/5
location: clients/tests/test-client.py:745:test_003()/5
cmd: $NMCLI c s
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:718:test_003()/6
location: clients/tests/test-client.py:745:test_003()/6
cmd: $NMCLI c s
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:721:test_003()/7
location: clients/tests/test-client.py:748:test_003()/7
cmd: $NMCLI -f ALL c s
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:721:test_003()/8
location: clients/tests/test-client.py:748:test_003()/8
cmd: $NMCLI -f ALL c s
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:725:test_003()/9
location: clients/tests/test-client.py:752:test_003()/9
cmd: $NMCLI --complete-args -f ALL c s ''
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:725:test_003()/10
location: clients/tests/test-client.py:752:test_003()/10
cmd: $NMCLI --complete-args -f ALL c s ''
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:738:test_003()/11
location: clients/tests/test-client.py:765:test_003()/11
cmd: $NMCLI con up ethernet ifname eth0
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:741:test_003()/12
location: clients/tests/test-client.py:768:test_003()/12
cmd: $NMCLI con
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:741:test_003()/13
location: clients/tests/test-client.py:768:test_003()/13
cmd: $NMCLI con
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:744:test_003()/14
location: clients/tests/test-client.py:771:test_003()/14
cmd: $NMCLI -f ALL con
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:744:test_003()/15
location: clients/tests/test-client.py:771:test_003()/15
cmd: $NMCLI -f ALL con
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:747:test_003()/16
location: clients/tests/test-client.py:774:test_003()/16
cmd: $NMCLI -f ALL con s -a
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:747:test_003()/17
location: clients/tests/test-client.py:774:test_003()/17
cmd: $NMCLI -f ALL con s -a
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:750:test_003()/18
location: clients/tests/test-client.py:777:test_003()/18
cmd: $NMCLI -f ACTIVE-PATH,DEVICE,UUID con s -act
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:750:test_003()/19
location: clients/tests/test-client.py:777:test_003()/19
cmd: $NMCLI -f ACTIVE-PATH,DEVICE,UUID con s -act
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:753:test_003()/20
location: clients/tests/test-client.py:780:test_003()/20
cmd: $NMCLI -f UUID,NAME con s --active
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:753:test_003()/21
location: clients/tests/test-client.py:780:test_003()/21
cmd: $NMCLI -f UUID,NAME con s --active
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:756:test_003()/22
location: clients/tests/test-client.py:783:test_003()/22
cmd: $NMCLI -f ALL con s ethernet
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:756:test_003()/23
location: clients/tests/test-client.py:783:test_003()/23
cmd: $NMCLI -f ALL con s ethernet
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:759:test_003()/24
location: clients/tests/test-client.py:786:test_003()/24
cmd: $NMCLI -f GENERAL.STATE con s ethernet
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:759:test_003()/25
location: clients/tests/test-client.py:786:test_003()/25
cmd: $NMCLI -f GENERAL.STATE con s ethernet
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:762:test_003()/26
location: clients/tests/test-client.py:789:test_003()/26
cmd: $NMCLI con s ethernet
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:762:test_003()/27
location: clients/tests/test-client.py:789:test_003()/27
cmd: $NMCLI con s ethernet
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:765:test_003()/28
location: clients/tests/test-client.py:792:test_003()/28
cmd: $NMCLI -f ALL dev s eth0
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:765:test_003()/29
location: clients/tests/test-client.py:792:test_003()/29
cmd: $NMCLI -f ALL dev s eth0
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:768:test_003()/30
location: clients/tests/test-client.py:795:test_003()/30
cmd: $NMCLI -f ALL dev show eth0
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:768:test_003()/31
location: clients/tests/test-client.py:795:test_003()/31
cmd: $NMCLI -f ALL dev show eth0
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:771:test_003()/32
location: clients/tests/test-client.py:798:test_003()/32
cmd: $NMCLI -f ALL -t dev show eth0
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:771:test_003()/33
location: clients/tests/test-client.py:798:test_003()/33
cmd: $NMCLI -f ALL -t dev show eth0
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:738:test_003()/34
location: clients/tests/test-client.py:765:test_003()/34
cmd: $NMCLI con up ethernet ifname eth1
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:741:test_003()/35
location: clients/tests/test-client.py:768:test_003()/35
cmd: $NMCLI con
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:741:test_003()/36
location: clients/tests/test-client.py:768:test_003()/36
cmd: $NMCLI con
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:744:test_003()/37
location: clients/tests/test-client.py:771:test_003()/37
cmd: $NMCLI -f ALL con
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:744:test_003()/38
location: clients/tests/test-client.py:771:test_003()/38
cmd: $NMCLI -f ALL con
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:747:test_003()/39
location: clients/tests/test-client.py:774:test_003()/39
cmd: $NMCLI -f ALL con s -a
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:747:test_003()/40
location: clients/tests/test-client.py:774:test_003()/40
cmd: $NMCLI -f ALL con s -a
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:750:test_003()/41
location: clients/tests/test-client.py:777:test_003()/41
cmd: $NMCLI -f ACTIVE-PATH,DEVICE,UUID con s -act
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:750:test_003()/42
location: clients/tests/test-client.py:777:test_003()/42
cmd: $NMCLI -f ACTIVE-PATH,DEVICE,UUID con s -act
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:753:test_003()/43
location: clients/tests/test-client.py:780:test_003()/43
cmd: $NMCLI -f UUID,NAME con s --active
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:753:test_003()/44
location: clients/tests/test-client.py:780:test_003()/44
cmd: $NMCLI -f UUID,NAME con s --active
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:756:test_003()/45
location: clients/tests/test-client.py:783:test_003()/45
cmd: $NMCLI -f ALL con s ethernet
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:756:test_003()/46
location: clients/tests/test-client.py:783:test_003()/46
cmd: $NMCLI -f ALL con s ethernet
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:759:test_003()/47
location: clients/tests/test-client.py:786:test_003()/47
cmd: $NMCLI -f GENERAL.STATE con s ethernet
lang: C
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:759:test_003()/48
location: clients/tests/test-client.py:786:test_003()/48
cmd: $NMCLI -f GENERAL.STATE con s ethernet
lang: pl_PL.UTF-8
returncode: 0

View file

@ -1,4 +1,4 @@
location: clients/tests/test-client.py:762:test_003()/49
location: clients/tests/test-client.py:789:test_003()/49
cmd: $NMCLI con s ethernet
lang: C
returncode: 0

Some files were not shown because too many files have changed in this diff Show more