Skip to content

Commit

Permalink
qa: update couple of tests re changes pmcheck location
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed May 14, 2024
1 parent 401419c commit 202487a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions qa/1992
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pmdauwsgi_install()

echo
echo "=== $iam check post-install ==="
pmcheck pmda-$iam | _filter_pmcheck
pcp check pmda-$iam | _filter_pmcheck

echo
echo "=== $iam agent installation ==="
Expand All @@ -75,7 +75,7 @@ pmdauwsgi_install()
{ print }' | tr -s ' '
echo
echo "=== $iam check post-install ==="
pmcheck pmda-$iam | _filter_pmcheck
pcp check pmda-$iam | _filter_pmcheck
}

# real QA test starts here
Expand Down
6 changes: 3 additions & 3 deletions qa/913
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ cd $PCP_PMDAS_DIR/redis
# get to a known starting place
$sudo ./Remove >>$here/$seq.full 2>&1

# Note: need to run pmcheck as root, even for "status" requests without
# Note: need to run pcp-check as root, even for "status" requests without
# systemd (/etc/init.d/redis-server exits immediately for non-root usage)
#

echo
echo "=== $iam check pre-install ==="
$sudo pmcheck pmda-redis
$sudo pcp check pmda-redis

echo
echo "=== $iam agent installation ==="
Expand All @@ -76,7 +76,7 @@ _filter_pmda_install <$tmp.out \

echo
echo "=== $iam check post-install ==="
$sudo pmcheck pmda-redis
$sudo pcp check pmda-redis

echo
echo "=== verify $iam metrics ==="
Expand Down

0 comments on commit 202487a

Please sign in to comment.