Skip to content

Changes

Summary

  1. bsc CBSP: fix osmo-bsc.cfg to contain 3 BTS with a CBCH (details)
  2. bsc-sccplite CBSP: fix osmo-bsc.cfg to contain 3 BTS with a CBCH (details)
  3. Enable IPv6 in docker networking (details)
  4. ttcn3-bts-test/jenkins.sh: do not create unused directory (details)
  5. ttcn3-bts-test/jenkins.sh: use bts-tester-{generic,oml,virtphy,hopping} (details)
  6. ttcn3-bts-test/fh: fix: properly include BTS_Tests.cfg (details)
  7. ttcn3-bts-test/fh: fix: do not run BTS_Tests.control twice (details)
  8. ttcn3-bts-test/fh: fix: properly rename classnames (details)
  9. Update bsc tester config to enable stats testing (details)
Commit cca5e49c4ef50a95eba88860fd871c3f3facd3b0 by Neels Hofmeyr
bsc CBSP: fix osmo-bsc.cfg to contain 3 BTS with a CBCH

The bsc/BSC_Tests_CBSP.ttcn rely on a configuration where the first three BTS
carry out SMSCB messaging, and the fourth BTS does not. That requires a CBCH
channel config on bts 0, 1, 2.

Related: Iac46ee2cc5bc0978d5f5baa550baf493a7c56b1b (osmo-ttcn3-hacks)
Change-Id: Idbcc703ace7012fb395f0eef3e445df28b368d74
The file was modified ttcn3-bsc-test/osmo-bsc.cfg
Commit 7b5248b464c0d054b6410d2fd14c87283d8f8977 by Neels Hofmeyr
bsc-sccplite CBSP: fix osmo-bsc.cfg to contain 3 BTS with a CBCH

Fix the TC_si2quater_* test fallout.

When adjusting the bsc AoIP test config, forgot to also adjust the SCCPlite
test suite config, which caused fallout in the SCCPlite tests.

Related: Idbcc703ace7012fb395f0eef3e445df28b368d74 (docker-playground)
Related: Iac46ee2cc5bc0978d5f5baa550baf493a7c56b1b (osmo-ttcn3-hacks)
Change-Id: I810ff6f89d722e7274046c360a2cbebf6f6ee53a
The file was modified ttcn3-bsc-test/sccplite/osmo-bsc.cfg
Commit 306a51dd306733daba965c59735cb9c5c419b609 by laforge
Enable IPv6 in docker networking

We previously only allocated IPv4 sub-nets to the network segments
created with 'docker network'.  Let's fix that by assigning both
IPv4 and IPv6 address ranges to each docker network.

Related: OS#4700
Change-Id: I8802208fddcce1ffa57e5626575d23d02b320d99
The file was modified ttcn3-sgsn-test/jenkins.sh
The file was modified ttcn3-remsim-test/jenkins.sh
The file was modified ttcn3-bts-test/jenkins.sh
The file was modified ttcn3-ggsn-test/jenkins.sh
The file was modified scripts/regen_doc.sh
The file was modified ttcn3-pcu-test/jenkins.sh
The file was modified jenkins-common.sh
The file was modified ttcn3-sip-test/jenkins.sh
The file was modified ttcn3-stp-test/jenkins.sh
The file was modified ttcn3-nitb-sysinfo/jenkins.sh
The file was modified ttcn3-bsc-test/jenkins.sh
The file was modified nplab-m3ua-test/jenkins.sh
The file was modified ttcn3-hlr-test/jenkins.sh
The file was modified ttcn3-bscnat-test/jenkins.sh
The file was modified nplab-sua-test/jenkins.sh
The file was modified ttcn3-mgw-test/jenkins.sh
The file was modified ttcn3-pcu-test/jenkins-sns.sh
The file was modified ttcn3-bsc-test/jenkins-sccplite.sh
The file was modified ttcn3-msc-test/jenkins.sh
The file was modified osmo-gsm-tester/jenkins.sh
The file was modified ttcn3-sccp-test/jenkins.sh
Commit 075a487ad9f90808f5efab020685a9f57f5df074 by laforge
ttcn3-bts-test/jenkins.sh: do not create unused directory

Change-Id: I01efad7f86723301807237d9fae515e82cae125b
The file was modified ttcn3-bts-test/jenkins.sh
Commit 617835b50bc867acef8802294eb67ed210e7c712 by laforge
ttcn3-bts-test/jenkins.sh: use bts-tester-{generic,oml,virtphy,hopping}

Let's use separate directories to store the artifacts of different
TTCN-3 test case groups.  This would prevent the test suite from
overwriting *.log and *.pcap files when running both generic and
hopping configurations together, and simplify the overall hierarchy.

Change-Id: I7c41cfb395047433e22e9c65c8c00ae284717b32
Related: SYS#4868, OS#4546
The file was modified ttcn3-bts-test/jenkins.sh
Commit c91dae9d1d3be03165d455f64e013719cc9185df by laforge
ttcn3-bts-test/fh: fix: properly include BTS_Tests.cfg

Include the correct configuration file, not the one from the image.

Change-Id: Iecae5cddfbbce4c3bc4077c6c09f527914c06e4b
Related: SYS#4868, OS#4546
The file was modified ttcn3-bts-test/jenkins.sh
The file was modified ttcn3-bts-test/fh/BTS_Tests.cfg
Commit a21c4f2fac534fab22edaf74a8731adc69d89bb1 by laforge
ttcn3-bts-test/fh: fix: do not run BTS_Tests.control twice

Apparently, TITAN concatenates the contents of all sections, so
we end up with the following set of test cases:

  [EXECUTE]
  BTS_Tests.control
  BTS_Tests_SMSCB.control
  BTS_Tests_LAPDm.control
  BTS_Tests.control

Change-Id: I71802daec4a5591cbf0fce59a4247027f8dfca46
Related: SYS#4868, OS#4546
The file was modified ttcn3-bts-test/fh/BTS_Tests.cfg
Commit 149de2822d7bc6d64a2cc4516b8cde77fb1f21ea by laforge
ttcn3-bts-test/fh: fix: properly rename classnames

Not only append ':hopping' to classnames equal 'BTS_Tests', but
also 'BTS_Tests_SMSCB' and 'BTS_Tests_LAPDm', so they would not
shadow non-hopping test cases in the test results analyzer.

Change-Id: Ie6ed7844c2d0dfd839181bce971506284da03d28
Related: SYS#4868, OS#4546
The file was modified ttcn3-bts-test/jenkins.sh
Commit 68ddce97e39cb65234174d793cce4d375e859de6 by dwillmann
Update bsc tester config to enable stats testing

Change-Id: I6ed591cdc4d3108547eda2a1755ae6f6cef2b4d2
Related: SYS#4877
Depends: I8526b645dc4af59adcc1855699421a026f505c1d (osmo-ttcn3-hacks)
The file was modified ttcn3-bsc-test/jenkins.sh
The file was modified ttcn3-bsc-test/pre-mscpool-osmo-bsc.cfg
The file was modified ttcn3-bsc-test/osmo-bsc.cfg
The file was modified ttcn3-bsc-test/jenkins-sccplite.sh
The file was modified ttcn3-bsc-test/sccplite/BSC_Tests.cfg
The file was modified ttcn3-bsc-test/BSC_Tests.cfg
The file was modified ttcn3-bsc-test/sccplite/osmo-bsc.cfg