diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2017-09-12 15:02:25 +0200 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2017-09-12 17:06:57 +0200 |
commit | 97e9e355bf4dfffa6abbbfad69626ef662ae8ef2 (patch) | |
tree | 267659287c660d70f36c67360778200568106c35 /src/osmo_gsm_tester/schema.py | |
parent | 6e96f494dc4568164af48d76f72b1e1b4dd0f779 (diff) |
config: replicate_times: insert replicates in place
In the following suite.conf, position matters when matching against scenarios:
[suite.conf]
resources:
bts:
- type: sysmo
times: 2
- type: osmo-bts-trx
times: 1
[scenario]
resources:
bts:
-
- ip_addr: 1.2.3.4
In this case, for instance, we make it clear that we want the second
sysmo bts which has IP 1.2.3.4. With old behaviour, the replicated sysmo
would have been created at the end (3rd position), and the ip_addr would
match against the osmo-bts-trx BTS.
Change-Id: Id78e2326db964d5efb6648854b57d8addce4deb0
Diffstat (limited to 'src/osmo_gsm_tester/schema.py')
0 files changed, 0 insertions, 0 deletions