aboutsummaryrefslogtreecommitdiffstats
path: root/sysinfo/Test.ttcn
diff options
context:
space:
mode:
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")