git://git.onelab.eu
/
sfa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
sfa-0.9-17 tag
[sfa.git]
/
tests
/
client
/
testSfi.sh
1
#!/bin/bash
2
3
export PATH=$PATH:/etc/sfa
4
source sfi_config
5
CWD=$(pwd)
6
7
rm -f saved_record.*
8
9
python $(CWD)/sfi.py show -o saved_record.$SFI_USER $SFI_USER
10
python $(CWD)/sfi.py list -o saved_record.$SFI_AUTH $SFI_AUTH
11
12
#rm -f saved_record.*