Skip to content

Commit

Permalink
add integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Fuller committed Jul 21, 2021
1 parent 436e519 commit bdad652
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/integration-tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

set -eo pipefail

time=$(date +%s%N)
cf install-plugin "log-cache" -f
sleep 60
cf tail service-metrics -t gauge -n 1000 --start-time="${time}" | grep service_dummy


0 comments on commit bdad652

Please sign in to comment.