aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vty_test_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vty_test_runner.py')
-rw-r--r--tests/vty_test_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vty_test_runner.py b/tests/vty_test_runner.py
index 92775d5b7..68a697d78 100644
--- a/tests/vty_test_runner.py
+++ b/tests/vty_test_runner.py
@@ -1220,7 +1220,7 @@ def add_nat_test(suite, workdir):
def nat_bsc_reload(x):
x.vty.command("configure terminal")
x.vty.command("nat")
- x.vty.command("bscs-config-file bscs.config")
+ x.vty.command("bscs-config-file bscs.cfg")
x.vty.command("end")
def nat_msc_ip(x, ip, port):