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

test(AwsVpcPeering): adding pod restartPolicy Never #48

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion features/400-awsvpcpeering.feature
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Feature: AwsVpcPeering feature
deleteRemotePeering: true
"""

Then eventually value load("peering").status.state equals "active" with
Then eventually value load("peering").status.state equals "active"

When resource pod is applied:
"""
Expand All @@ -39,6 +39,7 @@ Feature: AwsVpcPeering feature
- "-zv"
- "10.3.124.194"
- "22"
restartPolicy: Never
"""
Then eventually value load("pod").status.phase equals "Succeeded"
And value logs("pod").search(/10.3.124.194 \(10.3.124.194:22\) open/) > -1 equals true
Expand Down