Lines Matching refs:discovered
136 check iscontrol -dt $TARGETIP > $TMPDIR/discovered
137 cat $TMPDIR/discovered
140 check cmp $TMPDIR/expected $TMPDIR/discovered
141 rm -f $TMPDIR/expected $TMPDIR/discovered
148 iscsictl | awk '{ print $1 }' | sort > $TMPDIR/discovered
150 check cmp $TMPDIR/expected $TMPDIR/discovered
151 rm -f $TMPDIR/expected $TMPDIR/discovered
164 check iscsiadm -m discovery -t sendtargets -p $TARGETIP > $TMPDIR/discovered
165 cat $TMPDIR/discovered
168 check cmp $TMPDIR/expected $TMPDIR/discovered
169 rm -f $TMPDIR/expected $TMPDIR/discovered
177 check iscsiadm list target | awk '/^Target/ { print $2 }' | sort > $TMPDIR/discovered
179 cat $TMPDIR/discovered
182 check cmp $TMPDIR/expected $TMPDIR/discovered
183 rm -f $TMPDIR/expected $TMPDIR/discovered