Home
last modified time | relevance | path

Searched refs:SERVICE (Results 1 – 4 of 4) sorted by relevance

/test/vti/test_serving/gae/script/
Dbuild.sh23 SERVICE="vtslab-schedule-prod.appspot.com"
25 SERVICE="vtslab-schedule.appspot.com"
27 SERVICE="vtslab-schedule-test.appspot.com"
30 echo "Building the webapp for $SERVICE ..."
32 …ts/endpointscfg.py get_openapi_spec webapp.src.endpoint.build_info.BuildInfoApi --hostname $SERVICE
33 …ints/endpointscfg.py get_openapi_spec webapp.src.endpoint.host_info.HostInfoApi --hostname $SERVICE
34 …pointscfg.py get_openapi_spec webapp.src.endpoint.schedule_info.ScheduleInfoApi --hostname $SERVICE
35 …points/endpointscfg.py get_openapi_spec webapp.src.endpoint.lab_info.LabInfoApi --hostname $SERVICE
Ddeploy-endpoint.sh23 SERVICE="vtslab-schedule"
25 SERVICE="vtslab-schedule-$1"
28 echo "Creating OpenAPI spec files for $SERVICE.appspot.com ..."
29 …fo.ScheduleInfoApi webapp.src.endpoint.job_queue.JobQueueApi --hostname $SERVICE.appspot.com --x-g…
31 echo "Depolying the endpoint API implementation to $SERVICE ..."
33 …on hostv1openapi.json labv1openapi.json schedulev1openapi.json jobv1openapi.json --project=$SERVICE
34 gcloud endpoints configs list --service=$SERVICE.appspot.com
Ddeploy-webapp.sh56 SERVICE="vtslab-schedule"
61 SERVICE="vtslab-schedule-$1"
64 echo "Fetching endpoints service version of $SERVICE ..."
65 ENDPOINTS=$(gcloud endpoints configs list --service=$SERVICE.appspot.com)
87 echo "Deploying the web app to $SERVICE ..."
89 gcloud app deploy app.yaml cron.yaml index.yaml queue.yaml worker.yaml --project=$SERVICE ${@:2}
/test/vts-testcase/nbu/src/
Dble_test.py107 SERVICE = { variable
207 server.server_callback = server.android.bleStartServer([SERVICE])
216 characteristic[UUID] for characteristic in SERVICE['Characteristics']
250 server.server_callback = server.android.bleStartServer([SERVICE])
259 characteristic[UUID] for characteristic in SERVICE['Characteristics']
341 for characteristic in SERVICE['Characteristics']