pungi/tests/fixtures/prepopulate.json
Lubomír Sedlář feb87077b3 gather: Add tests for gather phase
And also all helper functions in the module.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2017-05-02 10:11:27 +02:00

19 lines
302 B
JSON

{
"Client": {
"x86_64": {
"bar": [
"bar.x86_64"
]
}
},
"Server": {
"x86_64": {
"foo": [
"foo.x86_64",
"foo.i686",
"foo-common.noarch"
]
}
}
}