Skip to content

Commit

Permalink
E2e test - ine tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbcd committed Nov 21, 2024
1 parent 4bce866 commit 1cedcee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eks-anywhere-common/Testers/Sysdig/sysdig-test-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data:
#!/bin/bash
echo -e "\n # Validation process started #"
kubectl wait pods -n sysdig -l app=sysdig-agent --for condition=Ready --timeout=150s
sleep 100
sleep 90
pods=($(kubectl get pod -l app=sysdig-agent -n sysdig -o jsonpath="{.items[*].metadata.name}"))
for pod in "${pods[@]}"; do
logs=$(kubectl logs -n sysdig $pod --tail -1)
Expand All @@ -18,7 +18,7 @@ data:
# Let's generate events
history -c # Try to clear bash history
# Check if the above generated event has been successfully captured
sleep 30
sleep 180
logs=$(kubectl logs -n sysdig $pod --tail -1)
if grep "msgtype=31" <<< "$logs"
then
Expand Down

0 comments on commit 1cedcee

Please sign in to comment.