HomeSort by relevance Sort by last modified time
    Searched refs:NC (Results 1 - 25 of 32) sorted by null

1 2

  /test/ontest-stc2/src/suites/net/nc/tests/hflag/
tp_hflag_001_pos.ksh 35 tet_infoline "running nc with -h and checking if it contains usage"
36 eval $NC -h 2>&1 | $GREP '^usage' > /dev/null
38 tet_infoline "nc output did not contain usage"
  /test/stcnv/usr/src/suites/net/nc/tests/hflag/
tp_hflag_001_pos.ksh 35 tet_infoline "running nc with -h and checking if it contains usage"
36 eval $NC -h 2>&1 | $GREP '^usage' > /dev/null
38 tet_infoline "nc output did not contain usage"
  /test/ontest-stc2/src/suites/net/nc/tests/iflag/
tp_iflag_002_neg.ksh 37 eval $NC -i 4294967296 localhost $STC2_NC_TEST_PORT 2> $tmp_file
tp_iflag_001_pos.ksh 54 eval $NC -i $timeout localhost $test_port \
  /test/ontest-stc2/src/suites/net/nc/tests/lflag/
tp_lflag_013_neg.ksh 47 debug "checking for usage in nc error output"
49 eval $NC -l 127.0.0.1 $test_port fubar 2>$err_out
52 tet_infoline "nc did not fail with usage"
tp_lflag_016_neg.ksh 42 print "foobar" | eval $NC localhost $test_port 2>/dev/null
50 $GREP '^nc:' $NC_ERRFILE > /dev/null
  /test/stcnv/usr/src/suites/net/nc/tests/iflag/
tp_iflag_002_neg.ksh 41 eval $NC -i 4294967296 localhost $STC2_NC_TEST_PORT 2> $tmp_file
tp_iflag_001_pos.ksh 63 eval $NC -i $timeout localhost $test_port \
  /test/stcnv/usr/src/suites/net/nc/tests/lflag/
tp_lflag_013_neg.ksh 47 debug "checking for usage in nc error output"
53 eval $NC -l 127.0.0.1 $test_port fubar 2>$err_out
56 tet_infoline "nc did not fail with usage"
tp_lflag_016_neg.ksh 42 print "foobar" | eval $NC localhost $test_port 2>/dev/null
  /test/ontest-stc2/src/suites/net/nc/tests/portranges/
tp_portranges_004_neg.ksh 40 tet_infoline "trying to run nc client with multiple arguments"
42 print "foobar" | eval $NC ${args} 2>$err_out
  /test/stcnv/usr/src/suites/net/nc/tests/portranges/
tp_portranges_004_neg.ksh 44 tet_infoline "trying to run nc client with multiple arguments"
46 print "foobar" | eval $NC ${args} 2>$err_out
tp_portranges_020_pos.ksh 58 eval ${NC} -4 -z -v localhost $range 2>$client_err >/dev/null
  /test/ontest-stc2/src/suites/net/nc/tests/Tflag/
tp_Tflag_008_pos.ksh 47 eval $NC 127.0.0.1 $test_port < $in_file
  /test/ontest-stc2/src/suites/net/nc/tests/uflag/
tp_uflag_002_pos.ksh 32 tc_desc="start nc to listen on UDP socket and connect with vflag"
49 eval $NC -u -v -w $timeout localhost $test_port \
  /test/ontest-stc2/src/suites/net/nc/tests/vflag/
tp_vflag_001_pos.ksh 44 print "foobar" | eval $NC -v localhost $test_port \
  /test/ontest-stc2/src/suites/net/nc/tests/zflag/
tp_zflag_001_pos.ksh 32 tc_desc="connect and verify message printed by nc client to stderr"
45 eval $NC -z localhost $test_port 2>$out_file
  /test/stcnv/usr/src/suites/net/nc/tests/vflag/
tp_vflag_001_pos.ksh 48 print "foobar" | eval $NC -v localhost $test_port \
  /test/stcnv/usr/src/suites/net/nc/tests/zflag/
tp_zflag_001_pos.ksh 32 tc_desc="connect and verify message printed by nc client to stderr"
49 eval $NC -z localhost $test_port 2>$out_file
  /test/ontest-stc2/src/suites/net/nc/include/
vars 31 typeset -x STC2_NC_PATH=${STC2_NC_PATH:-/usr/bin/nc}
34 typeset -x NC="$NC_PRELOADS $STC2_NC_PATH"
36 typeset -x NC_PIDFILE=/var/tmp/nc.pid
  /test/stcnv/usr/src/suites/net/nc/include/
vars 31 typeset -x STC2_NC_PATH=${STC2_NC_PATH:-/usr/bin/nc}
34 typeset -x NC="$NC_PRELOADS $STC2_NC_PATH"
36 typeset -x NC_PIDFILE=/var/tmp/nc.pid
  /test/ontest-stc2/src/suites/net/nc/tests/dflag/
tp_dflag_001_pos.ksh 32 tc_desc="feed a file on stdin to nc client \
38 # NOTE: we need to run nc on the server side with
58 eval $NC -w 3 -d localhost $test_port < $infile
60 tet_infoline "nc client failed"
  /test/stcnv/usr/src/suites/net/nc/tests/Tflag/
tp_Tflag_008_pos.ksh 56 eval $NC 127.0.0.1 $test_port < $in_file
  /test/stcnv/usr/src/suites/net/nc/tests/dflag/
tp_dflag_001_pos.ksh 32 tc_desc="feed a file on stdin to nc client \
38 # NOTE: we need to run nc on the server side with
67 eval $NC -w 3 -d localhost $test_port < $infile
69 tet_infoline "nc client failed"
  /test/stcnv/usr/src/suites/net/nc/tests/uflag/
tp_uflag_002_pos.ksh 32 tc_desc="start nc to listen on UDP socket and connect with vflag"
53 eval $NC -u -v -w $timeout localhost $test_port \

Completed in 121 milliseconds

1 2