We need *Server* for Branched update testing, not minimal

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2017-03-08 23:11:15 -08:00
parent 9fe9b2281f
commit dfc1c216c0
1 changed files with 3 additions and 3 deletions

View File

@ -128,8 +128,7 @@
"name" : "minimal",
"releases" : {
"-1" : ["x86_64"],
"-2" : ["x86_64"],
"branched": ["x86_64"]
"-2" : ["x86_64"]
},
"size" : "6",
"imgver": "2"
@ -158,7 +157,8 @@
"name" : "server",
"releases" : {
"-1" : ["x86_64"],
"-2" : ["x86_64"]
"-2" : ["x86_64"],
"branched": ["x86_64"]
},
"size" : "6",
"imgver": "3",