Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dperf.py22 global full_url
28 full_url = self.get_full_url(url_patt, url_root_res)
29 info = self.url_info(full_url)
36 full_url = str(url_root_res + full_url)
37 full_url = re.sub('\(\?P<.*?>\\\d\+\)', '1', full_url)
38 full_url = 'http://localhost:8000/' + full_url
39 return full_url
41 def url_info(self, full_url): argument
45 resp = client.get(full_url, follow = True)
52 req = requests.get(full_url)
[all …]
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dcve-update-nvd2-native.bb139 bb.note("Requesting %s" % request.full_url)