Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dperf.py25 url_root_res = str(pat).split('^')[1].replace('>', '')
26 if 'gui' in url_root_res:
28 full_url = self.get_full_url(url_patt, url_root_res)
34 def get_full_url(self, url_patt, url_root_res): argument
36 full_url = str(url_root_res + full_url)