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

  /test/ontest-stc2/src/suites/os/smf/tests/svccfg/tests/templates/validation/
gen_validate_test.pl 35 # Generate tests to validate each of the validation possibilities
39 package validate; package
60 foreach my $p (@validate::pieces) {
66 foreach my $t (@validate::tests) {
73 $pnline = "negative:test${validate::cur_test}." .
76 $pnline = "positive:test${validate::cur_test}." .
101 $validate::cur_test = -1;
116 if ($validate::cur_test != $test_number) {
117 if (! defined(@validate::tests)) {
118 @validate::tests = ()
    [all...]
gen_vi_test.pl 34 package validate; package
97 if (defined $validate::newsw) {
98 push(@switches, $validate::newsw);
100 $validate::newsw = sw_t->new();
106 $validate::newsw->on($rest);
112 $validate::newsw->off($rest);
113 $validate::newsw->message($mess);
117 push(@{$validate::newsw->pieces}, "$type:$rest");
120 push(@switches, $validate::newsw);
  /test/stcnv/usr/src/suites/os/smf/tests/svccfg/tests/templates/validation/
gen_validate_test.pl 35 # Generate tests to validate each of the validation possibilities
39 package validate; package
60 foreach my $p (@validate::pieces) {
66 foreach my $t (@validate::tests) {
73 $pnline = "negative:test${validate::cur_test}." .
76 $pnline = "positive:test${validate::cur_test}." .
101 $validate::cur_test = -1;
116 if ($validate::cur_test != $test_number) {
117 if (! defined(@validate::tests)) {
118 @validate::tests = ()
    [all...]
gen_vi_test.pl 34 package validate; package
97 if (defined $validate::newsw) {
98 push(@switches, $validate::newsw);
100 $validate::newsw = sw_t->new();
106 $validate::newsw->on($rest);
112 $validate::newsw->off($rest);
113 $validate::newsw->message($mess);
117 push(@{$validate::newsw->pieces}, "$type:$rest");
120 push(@switches, $validate::newsw);
  /test/ontest-stc2/src/suites/os/smf/tests/manifests/
Makefile 36 STF_EXECUTE_SUBDIRS = validate
  /test/ontest-stc2/src/suites/os/smf/tests/manifests/validate/
runtest.ksh 34 # run svccfg validate against the service or manifest and check for
39 function validate { function
44 svccfg validate $item > $outfile 2> $errfile
62 echo "--INFO: Validating the following items with svccfg validate"
81 validate manifest $i
83 validate service $i
  /test/stcnv/usr/src/suites/os/smf/tests/manifests/
Makefile 36 STF_EXECUTE_SUBDIRS = validate
  /test/stcnv/usr/src/suites/os/smf/tests/manifests/validate/
runtest.ksh 34 # run svccfg validate against the service or manifest and check for
39 function validate { function
44 svccfg validate $item > $outfile 2> $errfile
62 echo "--INFO: Validating the following items with svccfg validate"
81 validate manifest $i
83 validate service $i
  /test/ontest-stc2/src/suites/os/smf/tests/svccfg/tests/
Makefile 52 validate \
  /test/stcnv/usr/src/suites/os/smf/tests/svccfg/tests/
Makefile 52 validate \
  /test/ontest-stc2/src/suites/os/smf/tests/svccfg/tests/validate/
validate_002.ksh 36 # Calling the "validate file" subcommand with an invalid file
43 # Test the validate subcommand using each of the types of files
45 # output generated by validate because it is likely to change
89 # Test #1: validate an empty file
93 echo "--INFO: Validate an empty file"
110 svccfg validate ${TEST_FILE} > $OUTFILE 2>$ERRFILE
114 svccfg validate expected to return 1, got $ret"
135 # Test #2: validate a regular text file
139 echo "--INFO: Validate a regular text file"
154 svccfg validate ${TEST_FILE} > $OUTFILE 2>$ERRFIL
    [all...]
validate_003.ksh 36 # Calling the 'validate' subcommand without a file name will return
81 svccfg validate > $OUTFILE 2>$ERRFILE
85 svccfg validate expected to return 1, got $ret"
validate_001.ksh 36 # Calling the "validate file" subcommand where the file
37 # contains a valid manifest will validate the file. No
120 # Test #1: validate a good xml file
124 echo "--INFO: Validate a good service bundle"
142 svccfg validate $registration_file > $OUTFILE 2>$ERRFILE
147 svccfg validate expected to return 0, got $ret"
189 # Test #2: validate a bad xml file
193 echo "--INFO: Validate a bad service bundle"
208 svccfg validate $registration_file > $OUTFILE 2>$ERRFILE
212 svccfg validate expected to return 1, got $ret
    [all...]
  /test/stcnv/usr/src/suites/os/smf/tests/svccfg/tests/validate/
validate_002.ksh 36 # Calling the "validate file" subcommand with an invalid file
43 # Test the validate subcommand using each of the types of files
45 # output generated by validate because it is likely to change
89 # Test #1: validate an empty file
93 echo "--INFO: Validate an empty file"
110 svccfg validate ${TEST_FILE} > $OUTFILE 2>$ERRFILE
114 svccfg validate expected to return 1, got $ret"
135 # Test #2: validate a regular text file
139 echo "--INFO: Validate a regular text file"
154 svccfg validate ${TEST_FILE} > $OUTFILE 2>$ERRFIL
    [all...]
validate_003.ksh 36 # Calling the 'validate' subcommand without a file name will return
81 svccfg validate > $OUTFILE 2>$ERRFILE
85 svccfg validate expected to return 1, got $ret"
validate_001.ksh 36 # Calling the "validate file" subcommand where the file
37 # contains a valid manifest will validate the file. No
120 # Test #1: validate a good xml file
124 echo "--INFO: Validate a good service bundle"
142 svccfg validate $registration_file > $OUTFILE 2>$ERRFILE
147 svccfg validate expected to return 0, got $ret"
189 # Test #2: validate a bad xml file
193 echo "--INFO: Validate a bad service bundle"
208 svccfg validate $registration_file > $OUTFILE 2>$ERRFILE
212 svccfg validate expected to return 1, got $ret
    [all...]
  /test/stcnv/usr/src/suites/storage/jist/lib/com/sun/honeycomb/client/
NameValueSchema.java 187 protected void validate(String name, ValueType value) {} method in class:NameValueSchema
189 protected void validate(String name, ValueType valuea, ValueType valueb) {} method in class:NameValueSchema
191 protected void validate(String name, ValueType valuea, ValueType valueb, method in class:NameValueSchema
  /test/ontest-stc2/src/suites/os/smf/tests/svccfg/tests/templates/include/
templates.kshlib 147 echo "--INFO: Validate the property group pattern $vp_prop"
218 # fail. The error output of the validate command is checked to be
234 # Attempt to validate the manifest
236 $SVCCFG validate $vf_man >$OUTFILE 2>$ERRFILE
239 $SVCCFG validate expected to fail, but did not."
247 $SVCCFG validate did not send output to stderr"
257 echo "Validate failed for wrong reason"
  /test/stcnv/usr/src/suites/os/smf/tests/svccfg/tests/templates/include/
templates.kshlib 147 echo "--INFO: Validate the property group pattern $vp_prop"
218 # fail. The error output of the validate command is checked to be
234 # Attempt to validate the manifest
236 $SVCCFG validate $vf_man >$OUTFILE 2>$ERRFILE
239 $SVCCFG validate expected to fail, but did not."
247 $SVCCFG validate did not send output to stderr"
257 echo "Validate failed for wrong reason"
  /test/ontest-stc2/src/suites/os/smf/tests/bin/
service_create.ksh 292 svccfg validate ${manifest_file}
295 print -u2 "ERROR: svccfg validate did not succeed on \
  /test/ontest-stc2/src/suites/os/xvm/virt-install/src/lib/python/
jumpstart.py 189 def validate (self): member in class:PrepareLinux
191 validate () - function to validate the environment variables needed
  /test/stcnv/usr/src/suites/os/smf/tests/bin/
service_create.ksh 292 svccfg validate ${manifest_file}
295 print -u2 "ERROR: svccfg validate did not succeed on \
  /test/ontest-stc2/src/suites/os/smf/tests/svccfg/doc/
ASSERTIONS 1283 validate subcommand
1288 Calling the "validate file" subcommand where the file contains a
1289 valid manifest will validate the file. No changes will
    [all...]
  /test/stcnv/usr/src/suites/os/smf/tests/svccfg/doc/
ASSERTIONS 1283 validate subcommand
1288 Calling the "validate file" subcommand where the file contains a
1289 valid manifest will validate the file. No changes will
    [all...]
  /test/stcnv/usr/src/suites/storage/jist/
README 38 designed to validate ANSI T10 SCSI and Sun Microsystems, Inc ("Sun")

Completed in 300 milliseconds