codex-storage / cs-codex-dist-tests

Distributed System Tests for Nim-Codex
3 stars 3 forks source link

Check network policies applied during the tests #12

Closed veaceslavdoina closed 1 year ago

veaceslavdoina commented 1 year ago

During research Network isolation during tests execution #11 we described how we can isolate pods to communicate just inside same namespace.

We should check current policies https://github.com/codex-storage/cs-codex-dist-tests/blob/1b490c475e48fca995801b55fa59cd93a6151bdd/KubernetesWorkflow/K8sController.cs#L138

This part is crucial for parallel tests to exclude any interference.