Refactor all Network tests:
Group network tests into related class (removed from previous class designed for each endpoint)
Add abstract class NetworkDataPrep on which are created tenants and other resources shared for these tests (high cost)
NOTE: Some test still need fixing.