Run spec checks for newton (10.0) release

So far we need explicitly specify for which specs we want to run unit
tests. It probably makes sense to do an auto-discovery, but this should
be done in separate patch.

Change-Id: I4e6ddc8ed73a9b04fcc4e3199093a4e9803c73c9
This commit is contained in:
Igor Kalnitsky 2016-08-05 18:39:05 +03:00
parent ba450436df
commit a14e3d1560
No known key found for this signature in database
GPG Key ID: F05067E18910196E
2 changed files with 5 additions and 3 deletions

View File

@ -308,9 +308,11 @@ The ISO should pass the same set of system and deployment tests.
Acceptance criteria
===================
1. Build script should use Packetary as a tool to download packages during ISO build.
1. Build script should use Packetary as a tool to download packages during
ISO build.
2. ISO build when using Packetary should not be longer than it is now.
3. It should be possible to define repos during ISO build using a flat prioritized list.
3. It should be possible to define repos during ISO build using a flat
prioritized list.
4. It should be possible to use several custom repos at the same time.
----------

View File

@ -49,4 +49,4 @@ class TestTitles(base.BaseDocTest):
}
files = ['specs/template.rst']
versions = ('8.0', '9.0', )
versions = ('8.0', '9.0', '10.0')