Commit c4642dac authored by preetwinder's avatar preetwinder

add nocapacity and list storage in scenario

parent ea5aa496
...@@ -60,12 +60,18 @@ ...@@ -60,12 +60,18 @@
return g.run({ return g.run({
type: "query", type: "query",
sub_storage: { sub_storage: {
type: "uuid", type: "list",
sub_storage: { sub_storage: {
type: "union", type: "nocapacity",
storage_list: [{ sub_storage: {
type: "memory" type: "uuid",
}] sub_storage: {
type: "union",
storage_list: [{
type: "memory"
}]
}
}
} }
} }
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment