Am 18.01.2017 um 13:39 schrieb Eduardo Habkost:
> On Wed, Jan 18, 2017 at 10:39:46AM +0100, David Hildenbrand wrote:
>> Am 17.01.2017 um 02:02 schrieb Eduardo Habkost:
>>> +def checkExpansions(self, model, msg):
>>> +"""Perform multiple expansion operations on model, validate results
>>
On Wed, Jan 18, 2017 at 10:39:46AM +0100, David Hildenbrand wrote:
> Am 17.01.2017 um 02:02 schrieb Eduardo Habkost:
> > +def checkExpansions(self, model, msg):
> > +"""Perform multiple expansion operations on model, validate results
> > +
> > +@model is a CpuModelExpansionInfo
Am 17.01.2017 um 02:02 schrieb Eduardo Habkost:
+def checkExpansions(self, model, msg):
+"""Perform multiple expansion operations on model, validate results
+
+@model is a CpuModelExpansionInfo struct, with some extra keys:
+* model['runnable'] should be set to True if
Test code to sanity-check the results of
query-cpu-model-expansion.
Signed-off-by: Eduardo Habkost
---
tests/Makefile.include| 3 +
tests/query-cpu-model-test.py | 398 ++
2 files changed, 401 insertions(+)
create mode 100755 tests/query-cpu-mod