Open SoloAs opened 5 years ago
Hi Alexander. Yes, we're hoping all specs will soon conform to using branches like 'v1.0.x' and 'v1.1-dev' which ensures the test suite is compatible. I believe Pete queried this on the IS-06 Basecamp but as yet the repository hasn't been updated.
I failed to spot before writing this reply, but the issue should probably go against https://github.com/bbc/nmos-testing or https://github.com/amwa-tv/nmos-network-control
Hi, Alexander Tyutyarev from Macnica here! As soon as I'm trying run tests after pointing them to Network Controller, I'm getting this:
I did a little debugging, and found the issue: While IS-06 got this repo:
With following branches:
Source code is still looking for branch names with something like " *.x" in it (like it is in IS-04/05 tests) thus getting the previous exception.
I've implemented temporary solution for this by switching to master branch in case we stumble upon IS-06 tests:
But I think that would be better to add needed branches to repository.
Thanks in advance Alexander