-
Notifications
You must be signed in to change notification settings - Fork 3
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
Testrunningpods #549
Testrunningpods #549
Conversation
… for pod status verification
…date exception message for pod count verification
…-A' command in BaseK8S class
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Failed to generate code suggestions for PR |
PR Type
Enhancement, Bug fix
Description
get_pods()
method to use clearer list comprehensions instead of nested lambda functionskubectl get pods -A
command when verifying pod statusChanges walkthrough 📝
base_k8s.py
Enhance pod management and logging in Kubernetes base class
tests_scripts/kubernetes/base_k8s.py