aboutsummaryrefslogtreecommitdiffstats
path: root/sysinfo/Test.ttcn
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-08-26 09:25:20 +0200
committerHarald Welte <laforge@gnumonks.org>2017-08-26 09:25:20 +0200
commit244cd8acf7882b31b5482fe2d3ae25d6f86ac408 (patch)
tree56accc2d70a761935a66164b08e9fb5d1e89d4c8 /sysinfo/Test.ttcn
parent3ab91d6ae45e65362bf658ee242eeabcf7aa9944 (diff)
sysinfo: Fix the TC_telnet test case VTY command order
Diffstat (limited to 'sysinfo/Test.ttcn')
-rw-r--r--sysinfo/Test.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysinfo/Test.ttcn b/sysinfo/Test.ttcn
index 77e46fc3..e7cdcfe5 100644
--- a/sysinfo/Test.ttcn
+++ b/sysinfo/Test.ttcn
@@ -691,8 +691,8 @@ module Test {
testcase TC_telnet() runs on dummy_CT {
f_init();
- f_vty_enter_config(BSCVTY);
f_vty_transceive(BSCVTY, "show network")
+ f_vty_enter_config(BSCVTY);
f_vty_transceive(BSCVTY, "network")
f_vty_transceive(BSCVTY, "bts 0")
f_vty_transceive(BSCVTY, "end")