Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Oct 4, 2023
1 parent 3a484d2 commit 92d1cde
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/k8s_agent_pod_tests/test_agent_correctness_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ def test_agent_logs_metadata(setup):
"""
full_pod_name = k8s_helper.get_pod_full_name("agent")
search_query = (
"index="
+ INDEX_MAIN
"index=ci_events"
+ " k8s.pod.name="
+ full_pod_name
+ ' "Everything is ready. Begin running and processing data."'
Expand Down Expand Up @@ -75,8 +74,7 @@ def test_all_agent_logs_correctly_ingested_into_splunk(setup):
logger.info("testing that agent logs are correctly ingested into Splunk")
full_pod_name = k8s_helper.get_pod_full_name("agent")
search_query = (
"index="
+ INDEX_MAIN
"index=ci_events" +
+ " k8s.pod.name="
+ full_pod_name
+ " source=*/otel-collector/*.log"
Expand Down

0 comments on commit 92d1cde

Please sign in to comment.