Skip to content

Recognize when ncs-start-python-vm needs to report version

Marko Zagožen requested to merge fix-python-vm-restart into master

When NSO wants to restart (stop & start) the Python VM, it tries to figure out the Python version. If we're using a custom ncs-start-python-vm script (like we do in NID), NSO executes it with -c 'some code to print version' and expects the version on stdout.

Merge request reports