See 
<https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=osmocom-master-debian9/768/display/redirect?page=changes>

Changes:

[laforge] Fix BSSMAP length generated by gsm0808_create_clear_command2()

------------------------------------------
[...truncated 599.79 KB...]
test: T-23 = 239471 s   Negative T number (default: 239471 s)

tdef_vty_test(config)# do show timer te
tea: T1 = 50 s  Water Boiling Timeout (default: 50 s)
tea: T2 = 300 s Tea brewing (default: 300 s)
tea: T3 = 5 m   Let tea cool down before drinking (default: 5 m)
tea: T4 = 20 m  Forgot to drink tea while it's warm (default: 20 m)
test: T1 = 100 s        Testing a hundred seconds (default: 100 s)
test: T2 = 100 ms       Testing a hundred milliseconds (default: 100 ms)
test: T3 = 100 m        Testing a hundred minutes (default: 100 m)
test: T4 = 100  Testing a hundred potatoes (default: 100)
test: T2147483647 = 4294967295 m        Very large (default: 4294967295 m)
test: T-23 = 239471 s   Negative T number (default: 239471 s)

tdef_vty_test(config)# do show timer te T2
tea: T2 = 300 s Tea brewing (default: 300 s)
test: T2 = 100 ms       Testing a hundred milliseconds (default: 100 ms)


tdef_vty_test(config)# timer tea 3 30

tdef_vty_test(config)# timer tea T3
tea: T3 = 30 m  Let tea cool down before drinking (default: 5 m)

tdef_vty_test(config)# timer tea t3 31

tdef_vty_test(config)# timer tea T3
tea: T3 = 31 m  Let tea cool down before drinking (default: 5 m)

tdef_vty_test(config)# timer tea T3 32

tdef_vty_test(config)# timer tea T3
tea: T3 = 32 m  Let tea cool down before drinking (default: 5 m)

tdef_vty_test(config)# timer tea T-123 99
% No such timer: T-123

tdef_vty_test(config)# timer tea T0 0
% No such timer: T0

tdef_vty_test(config)# timer tea T123 default
% No such timer: T123

tdef_vty_test(config)# timer tea
tea: T1 = 50 s  Water Boiling Timeout (default: 50 s)
tea: T2 = 300 s Tea brewing (default: 300 s)
tea: T3 = 32 m  Let tea cool down before drinking (default: 5 m)
tea: T4 = 20 m  Forgot to drink tea while it's warm (default: 20 m)

tdef_vty_test(config)# timer t
tea: T1 = 50 s  Water Boiling Timeout (default: 50 s)
tea: T2 = 300 s Tea brewing (default: 300 s)
tea: T3 = 32 m  Let tea cool down before drinking (default: 5 m)
tea: T4 = 20 m  Forgot to drink tea while it's warm (default: 20 m)
test: T1 = 100 s        Testing a hundred seconds (default: 100 s)
test: T2 = 100 ms       Testing a hundred milliseconds (default: 100 ms)
test: T3 = 100 m        Testing a hundred minutes (default: 100 m)
test: T4 = 100  Testing a hundred potatoes (default: 100)
test: T2147483647 = 4294967295 m        Very large (default: 4294967295 m)
test: T-23 = 239471 s   Negative T number (default: 239471 s)

tdef_vty_test(config)# timer te T2
tea: T2 = 300 s Tea brewing (default: 300 s)
test: T2 = 100 ms       Testing a hundred milliseconds (default: 100 ms)

tdef_vty_test(config)# timer test T2 100


tdef_vty_test(config)# timer tes T2 100
% Error: no timers found

tdef_vty_test(config)# timer te T2 100
% Error: no timers found


tdef_vty_test(config)# do show timer software
software: T1 = 30 m     Write code (default: 30 m)
software: T2 = 20 ms    Hit segfault (default: 20 ms)
software: T3 = 480 m    Fix bugs (default: 480 m)

tdef_vty_test(config)# do show timer software 1
software: T1 = 30 m     Write code (default: 30 m)

tdef_vty_test(config)# do show timer software t1
software: T1 = 30 m     Write code (default: 30 m)

tdef_vty_test(config)# do show timer software T1
software: T1 = 30 m     Write code (default: 30 m)

tdef_vty_test(config)# do show timer software T99
% No such timer: T99

tdef_vty_test(config)# do show timer software T-123123
% No such timer: T-123123

tdef_vty_test(config)# do show timer software T0
% No such timer: T0

tdef_vty_test(config)# timer software 1 11

tdef_vty_test(config)# timer software T1
software: T1 = 11 m     Write code (default: 30 m)

tdef_vty_test(config)# timer software t1 12

tdef_vty_test(config)# timer software T1
software: T1 = 12 m     Write code (default: 30 m)

tdef_vty_test(config)# timer software T1 13

tdef_vty_test(config)# timer software T2 0

tdef_vty_test(config)# timer software
software: T1 = 13 m     Write code (default: 30 m)
software: T2 = 0 ms     Hit segfault (default: 20 ms)
software: T3 = 480 m    Fix bugs (default: 480 m)

tdef_vty_test(config)# timer softw
software: T1 = 13 m     Write code (default: 30 m)
software: T2 = 0 ms     Hit segfault (default: 20 ms)
software: T3 = 480 m    Fix bugs (default: 480 m)

tdef_vty_test(config)# timer softw T3
software: T3 = 480 m    Fix bugs (default: 480 m)

tdef_vty_test(config)# timer softw T3 23
% Error: no timers found

tdef_vty_test(config)# timer
tea: T1 = 50 s  Water Boiling Timeout (default: 50 s)
tea: T2 = 300 s Tea brewing (default: 300 s)
tea: T3 = 32 m  Let tea cool down before drinking (default: 5 m)
tea: T4 = 20 m  Forgot to drink tea while it's warm (default: 20 m)
test: T1 = 100 s        Testing a hundred seconds (default: 100 s)
test: T2 = 100 ms       Testing a hundred milliseconds (default: 100 ms)
test: T3 = 100 m        Testing a hundred minutes (default: 100 m)
test: T4 = 100  Testing a hundred potatoes (default: 100)
test: T2147483647 = 4294967295 m        Very large (default: 4294967295 m)
test: T-23 = 239471 s   Negative T number (default: 239471 s)
software: T1 = 13 m     Write code (default: 30 m)
software: T2 = 0 ms     Hit segfault (default: 20 ms)
software: T3 = 480 m    Fix bugs (default: 480 m)

tdef_vty_test(config)# do show timer
tea: T1 = 50 s  Water Boiling Timeout (default: 50 s)
tea: T2 = 300 s Tea brewing (default: 300 s)
tea: T3 = 32 m  Let tea cool down before drinking (default: 5 m)
tea: T4 = 20 m  Forgot to drink tea while it's warm (default: 20 m)
test: T1 = 100 s        Testing a hundred seconds (default: 100 s)
test: T2 = 100 ms       Testing a hundred milliseconds (default: 100 ms)
test: T3 = 100 m        Testing a hundred minutes (default: 100 m)
test: T4 = 100  Testing a hundred potatoes (default: 100)
test: T2147483647 = 4294967295 m        Very large (default: 4294967295 m)
test: T-23 = 239471 s   Negative T number (default: 239471 s)
software: T1 = 13 m     Write code (default: 30 m)
software: T2 = 0 ms     Hit segfault (default: 20 ms)
software: T3 = 480 m    Fix bugs (default: 480 m)

tdef_vty_test(config)# show running-config

Current configuration:
!
!
line vty
 no login
!
timer tea T3 32
timer software T1 13
timer software T2 0
end

tdef_vty_test(config)# timer tea T3 default

tdef_vty_test(config)# timer software T1 default

tdef_vty_test(config)# show running-config

Current configuration:
!
!
line vty
 no login
!
timer software T2 0
end

tdef_vty_test(config)# timer softw 2 default
% Error: no timers found
tdef_vty_test(config)# timer software 2 default

tdef_vty_test(config)# show running-config

Current configuration:
!
!
line vty
 no login
!
end
signal 15 received

RESULTS:
pass: 
<https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=osmocom-master-debian9/ws/tests/tdef/tdef_vty_test_config_root.vty>

osmo_verify_transcript_vty.py -v \
        -p 42042 \
        -r "../tests/tdef/tdef_vty_test_config_subnode" \
         
<https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=osmocom-master-debian9/ws/tests/tdef/tdef_vty_test_config_subnode.vty>
<0000> 
<https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=osmocom-master-debian9/ws/src/socket.c>:367
 unable to bind socket:127.0.0.1:42042: Address already in use
<0000> 
<https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=osmocom-master-debian9/ws/src/socket.c>:378
 no suitable addr found for: 127.0.0.1:42042
<0000> 
<https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=osmocom-master-debian9/ws/src/vty/telnet_interface.c>:100
 Cannot bind telnet at 127.0.0.1 42042
Launching: cd 
'<https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=osmocom-master-debian9/ws/builddir/tests';>
 ../tests/tdef/tdef_vty_test_config_subnode
Process has already terminated with 2
Traceback (most recent call last):
  File 
"/usr/local/lib/python3.5/dist-packages/osmopython-0.1.0-py3.5.egg/osmopy/osmo_interact/common.py",
 line 361, in verify_application
    interact.connect()
  File 
"/usr/local/lib/python3.5/dist-packages/osmopython-0.1.0-py3.5.egg/osmopy/osmo_interact/vty.py",
 line 86, in connect
    data = self.socket.recv(4096)
ConnectionResetError: [Errno 104] Connection reset by peer

RESULTS:
FAIL: 
<https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=osmocom-master-debian9/ws/tests/tdef/tdef_vty_test_config_subnode.vty>

Makefile:2171: recipe for target 'vty-test-tdef' failed
make[7]: *** [vty-test-tdef] Error 1
make[7]: Leaving directory 
'<https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=osmocom-master-debian9/ws/builddir/tests'>
Makefile:2186: recipe for target 'vty-test' failed
make[6]: *** [vty-test] Error 2
make[6]: Leaving directory 
'<https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=osmocom-master-debian9/ws/builddir/tests'>
Makefile:2149: recipe for target 'ext-tests' failed
make[5]: *** [ext-tests] Error 2
make[5]: Leaving directory 
'<https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=osmocom-master-debian9/ws/builddir/tests'>
Makefile:2128: recipe for target 'check-local' failed
make[4]: *** [check-local] Error 2
make[4]: Leaving directory 
'<https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=osmocom-master-debian9/ws/builddir/tests'>
Makefile:1893: recipe for target 'check-am' failed
make[3]: *** [check-am] Error 2
make[3]: Leaving directory 
'<https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=osmocom-master-debian9/ws/builddir/tests'>
Makefile:1896: recipe for target 'check' failed
make[2]: *** [check] Error 2
make[2]: Leaving directory 
'<https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=osmocom-master-debian9/ws/builddir/tests'>
Makefile:625: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory 
'<https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=osmocom-master-debian9/ws/builddir'>
Makefile:916: recipe for target 'check' failed
make: *** [check] Error 2
+ cat-testlogs.sh
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE

Reply via email to