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