Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Grunberger <[email protected]>
  • Loading branch information
Daniel Grunberger committed Dec 6, 2023
1 parent 48904cb commit c3252bd
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions tests_scripts/helm/network_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def start(self):
4. Validate network neighbors
5. Validate generated network policies
6. TODO: Check BE APIs
7. Uninstall Armo helm-chart
7. TODO: Check deletion flow
8. Uninstall Armo helm-chart
"""

cluster, namespace = self.setup(apply_services=False)
Expand Down Expand Up @@ -67,6 +68,8 @@ def start(self):

#TODO: check BE APIs

#TODO: check deletion flow

Logger.logger.info('delete armo namespace')
self.uninstall_armo_helm_chart()

Expand All @@ -89,7 +92,8 @@ def start(self):
6. Check second generate network neighbors
7. Check second generated network policies
8. TODO: Check BE APIs
9. Uninstall Armo helm-chart
9. TODO: Check deletion flow
10. Uninstall Armo helm-chart
"""

cluster, namespace = self.setup(apply_services=False)
Expand Down Expand Up @@ -148,6 +152,8 @@ def start(self):

#TODO: check BE APIs

# TODO: check deletion flow

Logger.logger.info('delete armo namespace')
self.uninstall_armo_helm_chart()

Expand All @@ -168,7 +174,8 @@ def start(self):
4. Validate network neighbors
5. Validate generated network policies
6. TODO: Check BE APIs
7. Uninstall Armo helm-chart
7. TODO: Check deletion flow
8. Uninstall Armo helm-chart
"""

cluster, namespace = self.setup(apply_services=False)
Expand Down Expand Up @@ -237,7 +244,8 @@ def start(self):
4. Validate network neighbors (data is aggregated from all pods)
5. Validate generated network policies (data is aggregated from all pods)
6. TODO: Check BE APIs
7. Uninstall Armo helm-chart
7. TODO: Check deletion flow
8. Uninstall Armo helm-chart
"""

cluster, namespace = self.setup(apply_services=False)
Expand Down Expand Up @@ -279,6 +287,8 @@ def start(self):

#TODO: check BE APIs

# TODO: check deletion flow

Logger.logger.info('delete armo namespace')
self.uninstall_armo_helm_chart()

Expand Down

0 comments on commit c3252bd

Please sign in to comment.