tests: add a project group to our test manifest

Exercise that this round-trips properly through a west manifest
--freeze.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2023-03-27 15:15:25 -07:00 committed by Marti Bolivar
parent bfaa10f14a
commit 80ce73ec2c
2 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,8 @@ manifest:
- name: Kconfiglib - name: Kconfiglib
revision: zephyr revision: zephyr
path: subdir/Kconfiglib path: subdir/Kconfiglib
groups:
- Kconfiglib-group
- name: tagged_repo - name: tagged_repo
revision: v1.0 revision: v1.0
- name: net-tools - name: net-tools

View File

@ -242,6 +242,8 @@ def test_manifest_freeze(west_update_tmpdir):
'^ url: .*$', '^ url: .*$',
'^ revision: [a-f0-9]{40}$', '^ revision: [a-f0-9]{40}$',
'^ path: subdir/Kconfiglib$', '^ path: subdir/Kconfiglib$',
'^ groups:$',
'^ - Kconfiglib-group$',
'^ - name: tagged_repo$', '^ - name: tagged_repo$',
'^ url: .*$', '^ url: .*$',
'^ revision: [a-f0-9]{40}$', '^ revision: [a-f0-9]{40}$',