network-unit-testing-system / nuts

NUTS defines a desired network state and checks it against a real network using pytest and nornir.
https://nuts.readthedocs.io/
MIT License
106 stars 5 forks source link

Configuring nornir ubaumann #44

Closed lucmurer closed 3 years ago

lucmurer commented 3 years ago

Some additional changes to the original pull request #35 by @ubaumann, now ready to be finally reviewed and merged.

bytinbit commented 3 years ago

I am not sure why the CICD-Pipeline targeting tox did not run, since it is supposed to do so on a Push... My local tox execution shows that several checks fail...

  py: commands succeeded
  black: commands succeeded
ERROR:   mypy: commands failed
ERROR:   flake8: commands failed
  docs: commands succeeded

The pipeline did run with my other branches I recently pushed, however...

bytinbit commented 3 years ago

Fixed the errors, and still wondering why the corresponding GitAction workflow for tox is not triggered.

bytinbit commented 3 years ago

I know now why: the branch does not use the latest version from master and therefore the workflow is actually missing.