Catalog alignment
Issue-ID: SDC-2724
Signed-off-by: ys9693 <ys9693@att.com>
Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe
diff --git a/catalog-ui/cypress/fixtures/common/plugins.json b/catalog-ui/cypress/fixtures/common/plugins.json
new file mode 100644
index 0000000..d950fca
--- /dev/null
+++ b/catalog-ui/cypress/fixtures/common/plugins.json
@@ -0,0 +1,35 @@
+[
+ {
+ "pluginId": "DCAED",
+ "pluginDiscoveryUrl": "http://192.168.33.10:8183/dcaed/",
+ "pluginSourceUrl": "http://192.168.33.10:8183/dcaed/#/home",
+ "pluginStateUrl": "dcaed",
+ "pluginDisplayOptions": {
+ "context": {
+ "displayName": "Monitoring",
+ "displayContext": [
+ "SERVICE"
+ ],
+ "displayRoles": [
+ "DESIGNER"
+ ]
+ }
+ },
+ "isOnline": false
+ },
+ {
+ "pluginId": "DCAE-DS",
+ "pluginDiscoveryUrl": "http://192.168.33.10:8446/dcae/#/home",
+ "pluginSourceUrl": "http://192.168.33.10:8446/dcae/#/home",
+ "pluginStateUrl": "dcae-ds",
+ "pluginDisplayOptions": {
+ "tab": {
+ "displayName": "DCAE-DS",
+ "displayRoles": [
+ "DESIGNER"
+ ]
+ }
+ },
+ "isOnline": false
+ }
+]
\ No newline at end of file