Frontend

Basic definitions for the frontend.

Note that the frontend is broader in scope and functionality than the rpc server. Another way to put that is the rpc server is a subset of the frontend.

autotest.shared.frontend.AFE_SERVICE_NAME = 'afe'

The name of the “AFE” service, used when accessing that service

autotest.shared.frontend.TKO_SERVICE_NAME = 'tko'

The name of the “TKO” service, used when accessing that service

autotest.shared.frontend.AFE_URL_PREFIX = 'afe/server/'

Prefix applied to all AFE URLs. This information is useful if requests are coming through apache, and you need this app to coexist with others

autotest.shared.frontend.TKO_URL_PREFIX = 'new_tko/server/'

Prefix applied to the TKO server frontend