Commit a273526b authored by preetwinder's avatar preetwinder Committed by Romain Courteaud

add nocapacity and list storage in scenario

parent eed1578e
......@@ -60,12 +60,18 @@
return g.run({
type: "query",
sub_storage: {
type: "uuid",
type: "list",
sub_storage: {
type: "union",
storage_list: [{
type: "memory"
}]
type: "nocapacity",
sub_storage: {
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