Skip to content

Changes

Summary

  1. ttcn3-bts-test/jenkins.sh: do not create unused directory (details)
  2. ttcn3-bts-test/jenkins.sh: use bts-tester-{generic,oml,virtphy,hopping} (details)
  3. ttcn3-bts-test/fh: fix: properly include BTS_Tests.cfg (details)
  4. ttcn3-bts-test/fh: fix: do not run BTS_Tests.control twice (details)
  5. ttcn3-bts-test/fh: fix: properly rename classnames (details)
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/fh/BTS_Tests.cfg
The file was modified ttcn3-bts-test/jenkins.sh
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