add integration tests for debug profiles general & baseline

This commit is contained in:
Shang Ding
2023-02-09 20:32:35 -06:00
parent bd914b493c
commit 177905302e
2 changed files with 162 additions and 2 deletions

View File

@@ -1011,9 +1011,13 @@ runTests() {
####################
if kube::test::if_supports_resource "${pods}" ; then
record_command run_kubectl_debug_pod_tests
record_command run_kubectl_debug_general_tests
record_command run_kubectl_debug_baseline_tests
fi
if kube::test::if_supports_resource "${nodes}" ; then
record_command run_kubectl_debug_node_tests
record_command run_kubectl_debug_general_node_tests
record_command run_kubectl_debug_baseline_node_tests
fi
cleanup_tests