| Index: test/sputnik/testcfg.py
|
| diff --git a/test/sputnik/testcfg.py b/test/sputnik/testcfg.py
|
| index c9eb4f2150d5fabb1077f496a14709cd1bb48926..1032c134f625a97207bf83ea1f71c87800bf7c4b 100644
|
| --- a/test/sputnik/testcfg.py
|
| +++ b/test/sputnik/testcfg.py
|
| @@ -101,7 +101,7 @@ class SputnikTestConfiguration(test.TestConfiguration):
|
| return result
|
|
|
| def GetBuildRequirements(self):
|
| - return ['sample', 'sample=shell']
|
| + return ['d8']
|
|
|
| def GetTestStatus(self, sections, defs):
|
| status_file = join(self.root, 'sputnik.status')
|
|
|