Searched refs:variable_value (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_builddashboard_page.py | 54 variable_value='Bar') 57 variable_value='Bar')
|
H A D | test_builddashboard_page_artifacts.py | 147 variable_value='Lee')
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | views.py | 583 uri_list.append(v[0].variable_value) 586 for mirror in v[0].variable_value.split('\\n'): 873 …eryset, None, search_term, ordering_string, 'variable_name').exclude(variable_value='',vhistory__f… 876 queryset = queryset.exclude(variable_value='',vhistory__file_name__isnull=True)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 273 …turn Variable.objects.filter(build = build_id, variable_name = "IMAGE_FSTYPES")[ 0 ].variable_value 611 build=self, variable_name='IMAGE_FSTYPES').variable_value 1792 variable_value = models.TextField(blank=True) variable in Variable
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | default.css | 235 #otable .variable_value,
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | buildinfohelper.py | 848 variable_value = value,
|