diff options
Diffstat (limited to 'catalog-ui/cypress/fixtures/service-proxy-tabs/properties-rules-result.json')
-rw-r--r-- | catalog-ui/cypress/fixtures/service-proxy-tabs/properties-rules-result.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/catalog-ui/cypress/fixtures/service-proxy-tabs/properties-rules-result.json b/catalog-ui/cypress/fixtures/service-proxy-tabs/properties-rules-result.json new file mode 100644 index 0000000000..6422cc6bd5 --- /dev/null +++ b/catalog-ui/cypress/fixtures/service-proxy-tabs/properties-rules-result.json @@ -0,0 +1,12 @@ +{ + "properties": [ + { + "servicePropertyName": "contrailv2virtualnetwork0_segmentation_id", + "constraintOperator": "equal", + "sourceType": "static", + "sourceName": null, + "value": 11 + } + + ] +} |