nsfarm/setup: implement updater setup
This should allow us to configure and call updater in reasonably common way. The setup currently covers features we already were using and also one generic Updater centric setup that is not required at the moment but is going to be for future testing of updater.
Showing
- nsfarm/setup/__init__.py 5 additions, 0 deletionsnsfarm/setup/__init__.py
- nsfarm/setup/_setup.py 27 additions, 0 deletionsnsfarm/setup/_setup.py
- nsfarm/setup/updater.py 134 additions, 0 deletionsnsfarm/setup/updater.py
- tests/conftest.py 3 additions, 14 deletionstests/conftest.py
- tests/sentinel/conftest.py 2 additions, 6 deletionstests/sentinel/conftest.py
nsfarm/setup/__init__.py
0 → 100644
nsfarm/setup/_setup.py
0 → 100644
nsfarm/setup/updater.py
0 → 100644
Please register or sign in to comment