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:
parent
bfaa10f14a
commit
80ce73ec2c
|
@ -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
|
||||||
|
|
|
@ -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}$',
|
||||||
|
|
Loading…
Reference in New Issue