aboutsummaryrefslogtreecommitdiffstats
path: root/selftest
diff options
context:
space:
mode:
Diffstat (limited to 'selftest')
-rw-r--r--selftest/template_test.ok8
-rwxr-xr-xselftest/template_test.py4
2 files changed, 6 insertions, 6 deletions
diff --git a/selftest/template_test.ok b/selftest/template_test.ok
index 0f896ee..d031c96 100644
--- a/selftest/template_test.ok
+++ b/selftest/template_test.ok
@@ -12,11 +12,11 @@ log stderr
!
line vty
no login
- bind val_ip_address_addr
+ bind val_ip_address
!
e1_input
e1_line 0 driver ipa
- ipa bind val_ip_address_addr
+ ipa bind val_ip_address
network
network country code val_mcc
mobile network code val_mnc
@@ -135,14 +135,14 @@ network
timeslot 3
phys_chan_config val_phys_chan_config_3
smpp
- local-tcp-ip val_ip_address_addr 2775
+ local-tcp-ip val_ip_address 2775
system-id test
policy closed
esme test
password test
default-route
ctrl
- bind val_ip_address_addr
+ bind val_ip_address
- Testing: expect to fail on invalid templates dir
sucess: setting non-existing templates dir raised RuntimeError
diff --git a/selftest/template_test.py b/selftest/template_test.py
index b7d987c..45347b6 100755
--- a/selftest/template_test.py
+++ b/selftest/template_test.py
@@ -57,8 +57,8 @@ vals = dict(nitb=dict(
encryption='val_encryption',
bts_list=(mock_bts0, mock_bts1)
),
- ),
- ip_address=dict(addr='val_ip_address_addr'),
+ ip_address=dict(addr='val_ip_address'),
+ ),
)
print(template.render('osmo-nitb.cfg', vals))