fixed path for example tdma schedule from moving emane tests
This commit is contained in:
parent
32bfa4b2f9
commit
5b8a7b1cfd
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class TestEmane:
|
|||
session.emane.set_model_config(
|
||||
emane_network.id,
|
||||
EmaneTdmaModel.name,
|
||||
{"schedule": os.path.join(_DIR, "../examples/tdma/schedule.xml")},
|
||||
{"schedule": os.path.join(_DIR, "../../examples/tdma/schedule.xml")},
|
||||
)
|
||||
|
||||
# create nodes
|
||||
|
|
Loading…
Reference in a new issue