Make 'Feature Liaison' optional in test

The 'Feature Liaison' subsection has been optional
since I3769eb16fe396404113eba75a64d86e6b3d86f81.

Make the subsection optional as well in a test
( tests/test_titles.py ).

Change-Id: Ie47ba2e9c77ec849992308a97d39590ffd618afc
Signed-off-by: Takashi Natsume <takanattie@gmail.com>
This commit is contained in:
Takashi Natsume 2020-08-28 18:22:13 +09:00
parent cb3c6e9ffa
commit c734b8c1fb
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ import testtools
# - "History" introduced in Liberty should be
# mandatory for M.
OPTIONAL_SECTIONS = ("History",)
OPTIONAL_SUBSECTIONS = collections.defaultdict(lambda: ())
OPTIONAL_SUBSECTIONS['backlog'] = ('Upgrade impact',)
OPTIONAL_SUBSECTIONS = collections.defaultdict(lambda: ('Feature Liaison',))
OPTIONAL_SUBSECTIONS['queens'] = ('Upgrade impact',)