Skip to content

Cleanup some residues in steps dir

Filip Pokryvka requested to merge fp/cleanup into master

Remove unused imports (subprocess, pexpect), get rid of nmci_step.py completely, remove useless symlinks to nmci, as nmci can be imported without them.

Wrap function to catch exception and print traceback, as behave outputs only one line message if some exception occur (so it is hard to find it and fix).

nmci.run: remove unused Popen

Merge request reports