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

1 2 3

  /test/ontest-stc2/src/suites/zfs/tests/functional/inheritance/
inherit.kshlib 53 # The 'expected src' argument must be either "default", "local", or
62 typeset expected=$3
67 # Rather than just checking if $prop_src == $expected
68 # we first determine what value $expected should have.
70 # has a source of "local" but we expected it to be
73 if [[ $expected == "default" ]]; then
74 if [[ $prop_src != $expected ]]; then
76 " $prop_src rather than $expected"
79 elif [[ $expected == "local" ]]; then
80 if [[ $prop_src != $expected ]]; the
    [all...]
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/inheritance/
inherit.kshlib 53 # The 'expected src' argument must be either "default", "local", or
62 typeset expected=$3
67 # Rather than just checking if $prop_src == $expected
68 # we first determine what value $expected should have.
70 # has a source of "local" but we expected it to be
73 if [[ $expected == "default" ]]; then
74 if [[ $prop_src != $expected ]]; then
76 " $prop_src rather than $expected"
79 elif [[ $expected == "local" ]]; then
80 if [[ $prop_src != $expected ]]; the
    [all...]
  /test/ontest-stc2/src/suites/zfs/tests/functional/xattr/
xattr_008_pos.ksh 38 # We verify that the special . and .. dirs work as expected for xattrs.
58 for file in /tmp/output.$$ /tmp/expected-output.$$ \
64 log_assert "special . and .. dirs work as expected for xattrs"
77 log_fail "Listing the . directory doesn't show \"passwd\" as expected."
82 create_expected_output /tmp/expected-output.$$ . .. passwd
84 log_must $DIFF /tmp/output.$$ /tmp/expected-output.$$
88 create_expected_output /tmp/expected-output.$$ \
90 log_must $DIFF /tmp/output.$$ /tmp/expected-output.$$
93 create_expected_output /tmp/expected-output.$$ . .. \
95 log_must $DIFF /tmp/output.$$ /tmp/expected-output.$
    [all...]
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/xattr/
xattr_008_pos.ksh 38 # We verify that the special . and .. dirs work as expected for xattrs.
58 for file in /tmp/output.$$ /tmp/expected-output.$$ \
64 log_assert "special . and .. dirs work as expected for xattrs"
77 log_fail "Listing the . directory doesn't show \"passwd\" as expected."
82 create_expected_output /tmp/expected-output.$$ . .. passwd
84 log_must $DIFF /tmp/output.$$ /tmp/expected-output.$$
88 create_expected_output /tmp/expected-output.$$ \
90 log_must $DIFF /tmp/output.$$ /tmp/expected-output.$$
93 create_expected_output /tmp/expected-output.$$ . .. \
95 log_must $DIFF /tmp/output.$$ /tmp/expected-output.$
    [all...]
  /test/ohacts/src/tset/geo/scripts/
check_geopg.ksh 41 # <expected_status> - can be a substring of expected status value.
48 # if the status does not match the expected status.
49 # 0 (SUCCESS) if status matches the expected status.
140 expected=$expected_status
144 expected=""
146 #expected=`echo \" $expected_status \"`
149 typeset -u expected
151 if [[ $expected == "" ]]
162 print "echo "$value" | grep -i "$expected" > /dev/null"
163 echo "$value" | grep -i "$expected" > /dev/nul
    [all...]
  /test/stcnv/usr/src/tools/diskomizer/
signal_catch.c 55 struct expected { struct
59 struct expected expected; variable in typeref:struct:expected
227 * expected error while accessing memory. The caller supplied
244 if (expected.max_sig < signo) {
248 temp = realloc(expected.signals,
252 for (i = expected.max_sig; i <= signo; i++) {
256 expected.max_sig = signo;
257 expected.signals = temp;
258 assert(expected.signals[signo].head == NULL &
    [all...]
  /test/stcnv/usr/src/suites/fs/cifs-client/tests/smbfs/xattr/
client_005.ksh 37 # Verify special . and .. dirs work as expected for xattrs
61 tc_desc="Verify special . and .. dirs work as expected for xattrs"
77 cti_report "PASS: smbmount can mount the public share as expected"
94 cti_fail "Listing the . directory doesn't show \"passwd\" as expected."
101 create_expected_output $testdir/expected-output.$$ . .. passwd
104 cti_execute_cmd "diff $testdir/output.$$ $testdir/expected-output.$$"
106 cti_fail "FAIL: special . dirs do not work as expected for xattrs"
109 cti_report "PASS: special . dirs work as expected for xattrs"
116 create_expected_output $testdir/expected-output.$$ \
118 cti_execute_cmd "diff $testdir/output.$$ $testdir/expected-output.$$
    [all...]
  /test/ontest-stc2/src/suites/os/smf/tests/svccfg/tests/addpg/
addpg_003.ksh 159 # Verify that the return value is as expected - non-fatal error
162 svccfg expected to return 1, got $ret"
170 stdout not expected, but got $(cat $OUTFILE)"
178 message in stderr expected, but got nothing"
  /test/stcnv/usr/src/suites/os/smf/tests/svccfg/tests/addpg/
addpg_003.ksh 159 # Verify that the return value is as expected - non-fatal error
162 svccfg expected to return 1, got $ret"
170 stdout not expected, but got $(cat $OUTFILE)"
178 message in stderr expected, but got nothing"
  /test/ohacts/src/tset/dataservice/doc/assertions/
dataservice_reboot 38 3. Failback property of the resource group should work as expected.
  /test/stcnv/usr/src/suites/storage/jist/lib/com/sun/jist/
JISTLogic.java 257 * Switch or Array Login Prompt expected if bad login/password is given.
974 * Log an Expected verses Actual Record given the Expected Value, the
977 * @param expected Expected Value in this Test Leaf.
978 * @param relation Relationship between Expected & Actual.
980 * @return success Sucessful comparison of expected relation to action.
982 protected final boolean compare(NameValueEnum expected, String relation,
984 String result = new StringBuilder(expected.toString()).append(" ")
986 .append(" \"").append(expected.getNameOf(actual)).append("\""
    [all...]
  /test/ohacts/src/tset/sanity/lib/
weighted.c 145 double current, expected; local
160 expected = (double)100 * weighted_list[i] / weightes_sum;
162 cti_report("expected is %d", expected);
  /test/stcnv/usr/src/suites/os/lofi/
STATUS.LIST 32 No tests are currently expected to return a status of 'FAIL',
43 Instances where a test result of 'UNTESTED' would be expected:
61 FYI, the following console error messages can be expected when running
  /test/stcnv/usr/src/suites/storage/fwflash/
STATUS.LIST 32 Some tests are currently expected to return a status of 'FAIL' due to
39 Instances where a test result of 'FAIL' would be expected:
45 Instances where a test result of 'UNINITITIATED' would be expected if test
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/userquota/
userquota_common.kshlib 118 typeset expected=$3
121 if (( $value != $expected )); then
  /test/stcnv/usr/src/suites/storage/comstar/tests/fcoe/libfcoe/delete_port/
ASSERTIONS 61 it should return an expected value if the parameter mac
84 it should return an expected value if the parameter mac
  /test/ontest-stc2/src/suites/net/nc/src/lib/ksh/
common_funcs.ksh 714 integer -r expected="$4"
716 if (( $expected != 1 && $expected != 2 )); then
717 tet_infoline "invalid expected value: $expected"
799 debug "expected instance: ${expected}"
801 if (( $which != $expected )); then
804 tet_infoline "expected: $expected"
    [all...]
  /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/tests/ctests/lock/
LOCK.assertions 36 Warning: I still need to adjust the expected values according to
78 i) child tries fcntl F_SETLK-F_RDLCK first 1K on both fds. Expected EAGAIN
80 j) child tries fcntl F_SETLK-F_WRLCK first 1K on both fds. Expected EAGAIN.
82 Expected EAGAIN.
84 Expected OK.
85 m) child tries fcntl F_SETLK-F_RDLCK from 1K+1 to 2k on both fds. Expected
87 n) child tries fcntl F_SETLK-F_WRLCK from 1K+1 to 2k on both fds. Expected
91 p) child tries fcntl F_SETLK-F_WRLCK whole file on both fds. Expected
93 q) child tries fcntl F_SETLK-F_RDLCK whole file on both fds. Expected OK.
96 s) child tries fcntl F_SETLK-F_WRLCK whole file on both fds. Expected OK
    [all...]
  /test/stcnv/usr/src/suites/nfs/nfsgen/tests/openlock/
LOCK.assertions 38 Warning: I still need to adjust the expected values according to
80 i) child tries fcntl F_SETLK-F_RDLCK first 1K on both fds. Expected EAGAIN
82 j) child tries fcntl F_SETLK-F_WRLCK first 1K on both fds. Expected EAGAIN.
84 Expected EAGAIN.
86 Expected OK.
87 m) child tries fcntl F_SETLK-F_RDLCK from 1K+1 to 2k on both fds. Expected
89 n) child tries fcntl F_SETLK-F_WRLCK from 1K+1 to 2k on both fds. Expected
93 p) child tries fcntl F_SETLK-F_WRLCK whole file on both fds. Expected
95 q) child tries fcntl F_SETLK-F_RDLCK whole file on both fds. Expected OK.
98 s) child tries fcntl F_SETLK-F_WRLCK whole file on both fds. Expected OK
    [all...]
  /test/stcnv/usr/src/suites/storage/comstar/tests/fcoe/libfcoe/create_port/
ASSERTIONS 56 should return an expected value if the first parameter
78 should return an expected value if the first parameter
146 should return an expected value if the second parameter
  /test/ohacts/src/tset/dataservice/scripts/
verify_rg_resources.ksh 234 str="$CMD - FAILED to return expected value as in the config file: Returned $name=\"$res_value\""
336 str="$CMD - FAILED to return expected value as in the config file: Returned $name=\"$res_value\", Expected $name=\"$value\""
  /test/ontest-stc2/src/tools/stf/contrib/logapi/
README 60 equals SUCCESS when result is non-zero or expected keyword
62 expected keyword is not found.
  /test/stcnv/usr/src/tools/stf/contrib/logapi/
README 60 equals SUCCESS when result is non-zero or expected keyword
62 expected keyword is not found.
  /test/ontest-stc2/src/suites/nfs/sharemnt/tests/stress/
runtests.ksh 210 expected=$((NUM_SHARES+1))
211 if [[ $expected != $share_num ]]; then
212 echo "\texepected $expected directories were exported, \c"
  /test/stcnv/usr/src/suites/nfs/sharemnt/tests/stress/
runtests.ksh 209 expected=$((NUM_SHARES+1))
210 if [[ $expected != $share_num ]]; then
211 echo "\texepected $expected directories were exported, \c"

Completed in 5219 milliseconds

1 2 3