Commit c43db0e7 authored by preetwinder's avatar preetwinder

add nocapacity and list storage in scenario

parent 44e92bd0
......@@ -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