Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: cofidectl workload status command added to each integration test #109

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nialdaly
Copy link
Contributor

Summary

@nialdaly nialdaly added this to the release-0.9.0 milestone Dec 24, 2024
@nialdaly nialdaly self-assigned this Dec 24, 2024
@nialdaly nialdaly marked this pull request as ready for review December 24, 2024 11:52
@nialdaly nialdaly enabled auto-merge (squash) December 24, 2024 13:03
Comment on lines +115 to +123
function show_workload_status() {
POD_NAME=$(kubectl get pods -l app=ping-pong-client \
-n $NAMESPACE_POLICY_NAMESPACE \
-o jsonpath='{.items[0].metadata.name}' \
--context $K8S_CLUSTER_1_CONTEXT)
./cofidectl workload status --namespace $NAMESPACE_POLICY_NAMESPACE \
--pod-name $POD_NAME \
--trust-zone $TRUST_ZONE_1
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth us adding a simple assertion here on the workload status output to guard against potential regressions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants