Attention is currently required from: jolly, osmith.
dexter has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42967?usp=email )
Change subject: IPAd: Make tests work with testenv and current master of IPAd ......................................................................
Patch Set 4: Code-Review-1
(1 comment)
Patchset:
PS4: I think it is dangerous to have the nvstate.bin in this patch. We should generate the nvstate.bin dynamically using a script before the test runs.
The problem is that when we make changes to some of the structs that make up the nvstate.bin file, we may end up with errors which may be difficult to find. In the best case, the IPAd will reject de-serializing the nvstate in the worst case (if we have not increased the version) there might be unexpected behavior.
Let's add a mechanism that generates the nvstate.bin before each testrun.