aboutsummaryrefslogtreecommitdiffstats
path: root/suites
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-05-18 18:35:32 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-05-29 00:18:43 +0200
commit76d8103bfbaadc7a848f1f76bef4625199542916 (patch)
tree64d9fb2bbfa92ff0f775400fdddfc2252d59312a /suites
parent943c81d8785b10c533fd04e5fbb7340166b2466c (diff)
rename resource nitb_iface to ip_address
I would like to use the IP addresses also for OsmoBSC processes, so it is more than clear now that 'nitb_iface' was the wrong naming choice. The only distinction we may need in the future is public versus loopback interface. To add that, we may add a trait to the 'ip_address' resource like: ip_address: - addr: 10.42.42.1 type: public - addr: 127.0.0.1 type: loopback This way we can substitute public vs loopback addresses flexibly (e.g. using scenarios). Change-Id: I3ad583ae7a33f7a7bb56fe78a125f73c56a0e860
Diffstat (limited to 'suites')
-rw-r--r--suites/debug/suite.conf2
-rw-r--r--suites/sms/suite.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/suites/debug/suite.conf b/suites/debug/suite.conf
index 04959b8..adfc161 100644
--- a/suites/debug/suite.conf
+++ b/suites/debug/suite.conf
@@ -1,5 +1,5 @@
resources:
- nitb_iface:
+ ip_address:
- times: 1
bts:
- times: 1
diff --git a/suites/sms/suite.conf b/suites/sms/suite.conf
index 4a03379..376f6cd 100644
--- a/suites/sms/suite.conf
+++ b/suites/sms/suite.conf
@@ -1,5 +1,5 @@
resources:
- nitb_iface:
+ ip_address:
- times: 1
bts:
- times: 1