~pwlars/ubuntu-test-cases/auto-offline-devices

« back to all changes in this revision

Viewing changes to tests/eventstat/eventstat/eventstat.sh

  • Committer: Paul Larson
  • Date: 2013-09-27 20:26:16 UTC
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: paul.larson@canonical.com-20130927202616-5icudytv58zkl9af
add eventstat test and setup scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
: ${DURATION:=60}
 
3
: ${COUNT:=10}
 
4
${TARGET_PREFIX} "echo \"{\\\"duration\\\": $DURATION, \\\"count\\\": $COUNT}\" > /tmp/results/options.json"
 
5
${TARGET_PREFIX} "eventstat -CSl -r /tmp/results/eventstat.csv $DURATION $COUNT > /tmp/results/eventstat.log"