Fix unit tests
authorSamir Aguiar <samir.aguiar@intra2net.com>
Wed, 1 Sep 2021 01:23:04 +0000 (22:23 -0300)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 10 Sep 2021 11:57:58 +0000 (13:57 +0200)
commitd6d4904f37c665cf3e8d666191a0b7fd0f59318f
tree65833ace4bfa08e36e8422c524b4fb0bcd28e9c5
parentac74ff48d3518961050af7a601f18afa5a581d6f
Fix unit tests

The dummy provider CNF variable was not in the correct form.

Also drop the TODO regarding raising an error when failing to go
online. The `run_cmd` function, which is mocked in the unit tests,
does check for the exit code of commands before returning.
test/test_arnied_wrapper.py