~pieq/hwcert-tools/tpelab-tools

« back to all changes in this revision

Viewing changes to local/run-batch-findsbmstatus.sh

  • Committer: Taihsiang Ho
  • Date: 2014-05-15 10:11:38 UTC
  • Revision ID: taihsiang.ho@canonical.com-20140515101138-k5ynpxn1z25kwr0q
init local/run-batch-findsbmstatus.sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
3
# a easy script to work with ./findsbmstatus.py 
 
4
 
 
5
pool='./sru_testpools/precise_testpool'
 
6
bday='2014-04-10'
 
7
eday='2014-04-11'
 
8
echo $bday $eday
 
9
cat $pool | xargs -I % ./findsbmstatus.py -u <user name>  -k <api key> -c % -g $bday -l $eday -n 'wireless/wireless_connection_wpa_n' -r unsupported --batch_limit 0
 
10
echo