commit | 6f900cc45d7dd7f97430812b86b5c1d1693c8ae3 | [log] [tgz] |
---|---|---|
author | Ittay Stern <ittay.stern@att.com> | Wed Aug 29 17:01:32 2018 +0300 |
committer | Ittay Stern <ittay.stern@att.com> | Mon Feb 18 18:35:30 2019 +0200 |
tree | 936005c364dc5a7264d6304d4777c3d83494db22 | |
parent | 67d99f816cc583643c35193197594cf78d8ce60a [diff] [blame] |
merge from ecomp a88f0072 - Modern UI Issue-ID: VID-378 Change-Id: Ibcb23dd27f550cf32ce2fe0239f0f496ae014ff6 Signed-off-by: Ittay Stern <ittay.stern@att.com>
diff --git a/vid-webpack-master/cypress/support/jsonBuilders/models/service.model.ts b/vid-webpack-master/cypress/support/jsonBuilders/models/service.model.ts index af12dfb..3c67112 100644 --- a/vid-webpack-master/cypress/support/jsonBuilders/models/service.model.ts +++ b/vid-webpack-master/cypress/support/jsonBuilders/models/service.model.ts
@@ -23,5 +23,19 @@ vfModules: Object; volumeGroups: Object; pnfs:Object; + vnfGroups: Object; + + constructor(){ + this.service = <any>{}; + this.vnfs = {}; + this.networks= {}; + this.collectionResource = {}; + this.configurations = {}; + this.serviceProxies = {}; + this.vfModules = {}; + this.volumeGroups = {}; + this.pnfs = {}; + this.vnfGroups = {}; + } }