Searched refs:getBaseUrl (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/cgi/
H A Dlogout.py58 (oSrvGlue.getBaseUrl(),))
H A Dlogout2.py62 (oSrvGlue.getBaseUrl(),))
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestboxcontroller.py117 ## The path to the upgrade zip, relative WebServerGlueBase.getBaseUrl().
526 dResponse = SchedulerBase.composeExecResponse(oDb, oTestBoxData.idTestBox, self._oSrvGlue.getBaseUrl());
542 dResponse[constants.tbresp.UPGRADE_PARAM_URL] = self._oSrvGlue.getBaseUrl() + TestBoxController.ksUpgradeZip;
564 dResponse = SchedulerBase.scheduleNewTask(oDb, oTestBoxData, self._oSrvGlue.getBaseUrl());
H A Dwebservergluebase.py170 def getBaseUrl(self): member in class:WebServerGlueBase
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuibase.py219 sTmpl = sTmpl.replace('@@BASE_URL@@', self._oSrvGlue.getBaseUrl());

Completed in 4185 milliseconds