network/library
Thomas Haller 6d0b0c1468 library: add provider specifiy pre-validation step of input
Depending on the provider, we have additional restrictions on the
input arguments. Validate them early.

Without this, we will only fail later when we want to get the
'interface_name' of a parent or a master profile. Fail early.

The major reason for this, is to expose this validation so that
it can be used by unit tests, to check whether proceeding will
lead to a known failure.
2017-11-22 08:54:36 +01:00
..
network_connections.py library: add provider specifiy pre-validation step of input 2017-11-22 08:54:36 +01:00
test_network_connections.py library/tests: refactor validating connections 2017-11-22 08:54:32 +01:00