aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-10-11 21:02:54 +0200
committerlaforge <laforge@osmocom.org>2020-10-12 13:12:26 +0000
commitc935fad594822c63e390ce168b56db0148485885 (patch)
treebc7152c584c55a77d7e5cf6f7002271a0d913dcc
parent194b691b18ff7786cc52bf4f718741a797488e88 (diff)
bts: Adjust to VTY text change
In osmo-bts Change-Id If53fb07ec38f6bbc368ce84d14e59fa8167691d3 unfortunately the wording / syntax of the VTY was changed. Let's adjust to the new wording. Change-Id: I4a6d37febde104e70ce03992b7e2e8fb793b5a00
-rw-r--r--bts/BTS_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index c26afcc7..e24356a9 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -2833,7 +2833,7 @@ private function f_power_from_band(in BtsBand band, out IntegerRecord min_dbm_le
}
private function f_vty_get_bts0_band() runs on test_CT return BtsBand {
- return f_vty_transceive_match_regex(BTSVTY, "show bts 0", "BTS 0 is of \w+ type in band (\w+),*", 0);
+ return f_vty_transceive_match_regex(BTSVTY, "show bts 0", "BTS 0 is of*type* in band (\w+),*", 0);
}
testcase TC_rsl_ms_pwr_dyn_ass_updown() runs on test_CT {