Home
last modified time | relevance | path

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

/openbmc/openbmc-build-scripts/scripts/
H A Dget_unit_test_report.py193 api_url = "https://api.github.com/repos/openbmc/" variable
203 resp = requests.get(api_url + repo_name)
205 logger.info(api_url + repo_name + " ==> " + resp.reason)
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py152 api_url = reverse('xhr_layer', args=(self.project.id,))
164 response = self.client.put(api_url, layer_data_json)
178 response = self.client.put(api_url, "{}")