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

1 2 3 4 5 6 7 8 9

  /test/ontest-stc2/src/suites/os/smf/tests/svc.startd/tests/depends/assertion_012/
depends_012.ksh 35 # A service with multiple dependencies in an "exclude_all" grouping
36 # set in the service's definition. If any of the dependencies
37 # fail then the service will be transitioned into the offline state.
55 typeset service="$1"
56 echo "--INFO: Disabling service $service"
57 svcadm disable $service
59 echo "--DIAG: $assertion: Service $service did not "
64 echo "--INFO: Waiting for $service to enter disabled
    [all...]
  /test/stcnv/usr/src/suites/os/smf/tests/svc.startd/tests/depends/assertion_012/
depends_012.ksh 35 # A service with multiple dependencies in an "exclude_all" grouping
36 # set in the service's definition. If any of the dependencies
37 # fail then the service will be transitioned into the offline state.
55 typeset service="$1"
56 echo "--INFO: Disabling service $service"
57 svcadm disable $service
59 echo "--DIAG: $assertion: Service $service did not "
64 echo "--INFO: Waiting for $service to enter disabled
    [all...]
  /test/ontest-stc2/src/suites/os/smf/tests/svccfg/tests/import-export/dependency/
services 35 service
  /test/ontest-stc2/src/suites/os/smf/tests/svccfg/tests/import-export/dependent/
services 34 service
  /test/stcnv/usr/src/suites/os/smf/tests/svccfg/tests/import-export/dependency/
services 35 service
  /test/stcnv/usr/src/suites/os/smf/tests/svccfg/tests/import-export/dependent/
services 34 service
  /test/ontest-stc2/src/suites/os/smf/tests/svccfg/tests/import-export/
impexp_lib.ksh 33 typeset service=${2}
43 select $service
49 $SVCCFG -v delete -f $service 2>&1
51 echo "Couldn't delete $service, do a make clean" >&2
57 props $service >$newpropout
62 echo "$SVCPROP of $service ($newpropout) differs from expected ($propout)"
73 echo "$test_subdir/$service ["
74 xmlin="$test_subdir/$service.in.xml"
75 xmlout="$TMP_DIR/$service.out.xml"
76 newxmlout="$TMP_DIR/$service.out.xml
    [all...]
impexp_setup.ksh 41 for service in $services
46 stf_addassert -u root -t "import-export_${dir}_${service} " \
47 -c ${STF_SUITE}/${STF_EXEC}/impexp_lib $dir $service
  /test/stcnv/usr/src/suites/os/smf/tests/svccfg/tests/import-export/
impexp_lib.ksh 33 typeset service=${2}
43 select $service
49 $SVCCFG -v delete -f $service 2>&1
51 echo "Couldn't delete $service, do a make clean" >&2
57 props $service >$newpropout
62 echo "$SVCPROP of $service ($newpropout) differs from expected ($propout)"
73 echo "$test_subdir/$service ["
74 xmlin="$test_subdir/$service.in.xml"
75 xmlout="$TMP_DIR/$service.out.xml"
76 newxmlout="$TMP_DIR/$service.out.xml
    [all...]
impexp_setup.ksh 41 for service in $services
46 stf_addassert -u root -t "import-export_${dir}_${service} " \
47 -c ${STF_SUITE}/${STF_EXEC}/impexp_lib $dir $service
  /test/ohacts/src/svc/
Makefile 30 PKGFILES = scripts postprocess service.db
32 pkgproto_%service.db : %service.db
  /test/ontest-stc2/src/suites/os/smf/tests/svc.startd/tests/depends/assertion_014/
depends_014.ksh 35 # A service with multiple dependencies in a "require_any" grouping
36 # in the service's definition is online. If all of the dependencies
37 # reaches a state of offline or disabled then the service will be
39 # Service: a, b, c; a depends on b, c
56 typeset service="$1"
57 echo "--INFO: Enabling service $service"
58 svcadm enable $service
60 echo "--DIAG: $assertion: Service $service did not enable
    [all...]
  /test/stcnv/usr/src/suites/os/smf/tests/svc.startd/tests/depends/assertion_014/
depends_014.ksh 35 # A service with multiple dependencies in a "require_any" grouping
36 # in the service's definition is online. If all of the dependencies
37 # reaches a state of offline or disabled then the service will be
39 # Service: a, b, c; a depends on b, c
56 typeset service="$1"
57 echo "--INFO: Enabling service $service"
58 svcadm enable $service
60 echo "--DIAG: $assertion: Service $service did not enable
    [all...]
  /test/ontest-stc2/src/suites/os/smf/tests/bin/
state_transit.ksh 31 #This script is a tool which applies various service states to either
62 typeset bstime= # service STIME before restart
63 typeset astime= # service STIME after restart
93 print "$bname: Bring back pending service state transition to online"
142 # Validate each service
143 # - Verify that service state is "online"
154 service=$1
155 state=`svcprop -p restarter/state $service 2>/dev/null`
163 # Verify that given service exists in the system
173 typeset service=$
    [all...]
  /test/stcnv/usr/src/suites/os/smf/tests/bin/
state_transit.ksh 31 #This script is a tool which applies various service states to either
62 typeset bstime= # service STIME before restart
63 typeset astime= # service STIME after restart
93 print "$bname: Bring back pending service state transition to online"
142 # Validate each service
143 # - Verify that service state is "online"
154 service=$1
155 state=`svcprop -p restarter/state $service 2>/dev/null`
163 # Verify that given service exists in the system
173 typeset service=$
    [all...]
  /test/ohacts/src/svc/include/
helperfuncs.h 52 int WaitForServerResponse(CTCPSocket * sock, ulong_t service, int timeout);
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/service/scf_scope_add_service/
scf_scope_add_service_004.c 39 * 1. Create a connection handle, scope and a service object.
79 scf_service_t *service; local
89 "Create a connection handle, scope and service objects\n");
118 /* Create a service object */
119 service = scf_service_create(handle);
120 if (service == NULL) {
125 "EXPECTED: service != NULL, no error\n\t"
126 "RETURNED: service == NULL, error = %s\n",
134 "Try to add a service (connection handle is not bound)\n");
135 ret = scf_scope_add_service(scope, name, service);
    [all...]
scf_scope_add_service_002.c 38 * 1. Create a connection handle, scope and a service object.
79 scf_service_t *service; local
88 "Create a connection handle, scope and service objects\n");
117 /* Create a service object */
118 service = scf_service_create(handle);
119 if (service == NULL) {
124 "EXPECTED: service != NULL, no error\n\t"
125 "RETURNED: service == NULL, error = %s\n",
149 "Try to add a service\n");
150 ret = scf_scope_add_service(scope, name, service);
    [all...]
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/service/scf_scope_add_service/
scf_scope_add_service_004.c 39 * 1. Create a connection handle, scope and a service object.
79 scf_service_t *service; local
89 "Create a connection handle, scope and service objects\n");
118 /* Create a service object */
119 service = scf_service_create(handle);
120 if (service == NULL) {
125 "EXPECTED: service != NULL, no error\n\t"
126 "RETURNED: service == NULL, error = %s\n",
134 "Try to add a service (connection handle is not bound)\n");
135 ret = scf_scope_add_service(scope, name, service);
    [all...]
scf_scope_add_service_002.c 38 * 1. Create a connection handle, scope and a service object.
79 scf_service_t *service; local
88 "Create a connection handle, scope and service objects\n");
117 /* Create a service object */
118 service = scf_service_create(handle);
119 if (service == NULL) {
124 "EXPECTED: service != NULL, no error\n\t"
125 "RETURNED: service == NULL, error = %s\n",
149 "Try to add a service\n");
150 ret = scf_scope_add_service(scope, name, service);
    [all...]
  /test/ontest-stc2/src/suites/os/smf/tests/svc.startd/doc/
ASSERTIONS 72 * Specify a test service with the privileges attribute set to
74 * Register the service and bring it online
76 * Shutdown and unregister the service
93 * Specify a test service with the user attribute set to the uid in
95 * Register the service and bring it online
97 * Shutdown and unregister the service
115 * Specify a test service with the user attribute set to the uid in
117 * Register the service and bring it online
119 * Shutdown and unregister the service
137 * Specify a test service with the user attribute set to the gid i
    [all...]
  /test/stcnv/usr/src/suites/os/smf/tests/svc.startd/doc/
ASSERTIONS 72 * Specify a test service with the privileges attribute set to
74 * Register the service and bring it online
76 * Shutdown and unregister the service
93 * Specify a test service with the user attribute set to the uid in
95 * Register the service and bring it online
97 * Shutdown and unregister the service
115 * Specify a test service with the user attribute set to the uid in
117 * Register the service and bring it online
119 * Shutdown and unregister the service
137 * Specify a test service with the user attribute set to the gid i
    [all...]
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-mid/property/
README_XML 35 scftest_props4.xml: service scftest_props4
43 The service scftest_service1 runs the test program as the service
48 of service and instance property groups:
49 * no service or instance property group
50 * no service property group, a default instance property group
51 * no service property group, a non-default instance property group
52 * a service default property group, no instance property group
53 * a service non-default property group, no instance property group
54 * service default and non-default property groups, an
    [all...]
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-mid/property/
README_XML 35 scftest_props4.xml: service scftest_props4
43 The service scftest_service1 runs the test program as the service
48 of service and instance property groups:
49 * no service or instance property group
50 * no service property group, a default instance property group
51 * no service property group, a non-default instance property group
52 * a service default property group, no instance property group
53 * a service non-default property group, no instance property group
54 * service default and non-default property groups, an
    [all...]
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/service/scf_service_get_name/
ASSERTIONS 34 SCF_ERROR_CONNECTION_BROKEN if the name of the requested service
46 SCF_ERROR_NOT_SET if the supplied service is not set.
56 scf_service_get_name() returns the name of the supplied service
72 specified service upto the size specified, and return the
73 actual full length of the service name. The contents of
86 actual length of the service name and leave the contents of the

Completed in 430 milliseconds

1 2 3 4 5 6 7 8 9