Skip to content

Commit

Permalink
update existing user-mode test to run in non-push mode (pull mode
Browse files Browse the repository at this point in the history
using prometheus)

Signed-off-by: Karl W. Schulz <[email protected]>
  • Loading branch information
koomie committed Dec 9, 2024
1 parent a705153 commit d745fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_job_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
. /opt/omnistat/bin/activate
cd /jobs
$OMNISTAT_DIR/omnistat-usermode --start --interval 1
$OMNISTAT_DIR/omnistat-usermode --start --interval 1 --no-push
$cmd
$OMNISTAT_DIR/omnistat-usermode --stop
$OMNISTAT_DIR/omnistat-usermode --stop --no-push
"""


Expand Down

0 comments on commit d745fd1

Please sign in to comment.