aboutsummaryrefslogtreecommitdiffstats
path: root/appc-sequence-generator/appc-sequence-generator-bundle/src/test/resources
AgeCommit message (Collapse)AuthorFilesLines
2019-11-20Add vm caps fixes to sequence-generator code (vm caps)Keighron, Lori (lk2924)15-15/+619
Add vm caps fixes to sequence-generator code (vm caps) output/start.json not needed Change-Id: Id3f65d2780d9d92ab971c9c6ed5ab60669135808 Issue-ID: APPC-1787 Signed-off-by: Keighron, Lori (lk2924) <lk2924@att.com>
2019-02-14Check vm-capabilites on vnf-level OS requestsLori Keighron43-1303/+2472
New per-vm capabilities checking is introduced for vnf-level OpenStack actions Additional changes per initial review. Additional changes in TestVnfc.java per second review. Change-Id: Idd1d834df076c1e525f596b788b69ed63ba9e66b Issue-ID: APPC-1380 Signed-off-by: Lori Keighron <lk2924@att.com>
2018-07-10Added seq generator changes for vnf level actionsGeorge, Lina (lg941u)30-956/+1009
Issue-ID: APPC-921 Change-Id: I43c2cb044783ce4cd74f9685a333b52e4c7ad1fe Signed-off-by: George, Lina (lg941u) <lg941u@att.com>
2018-06-11Remove lic header from appc sequence gen json fileJohn McClung11-297/+0
The license header in the appc-sequence-generator json files are causing a json syntax error, so I am removing the license header to resolve this issues. Change-Id: Ieea56a7af19e70788a14d5b05f88089a718a5307 Issue-ID: APPC-995 Signed-off-by: John McClung <jm1364@att.com>
2018-01-09Rename file due to case conflict on windowsSkip Wonnell1-0/+0
Both Start.json and start.json exist in appc-sequence-generator-bundle/src/test/resources/output. This causes issues when working in a windows environment as both files cannot exist. Renamed Start.json to Start2.json and updated the test accordingly. Change-Id: I0b3fdf673dc71e2886c9e3f66e261c9aa7bc2e93 Issue-ID: APPC-380 Signed-off-by: Skip Wonnell <skip@att.com>
2018-01-04Updated SDC listener and dependent bundlesRamya Balaji28-970/+1563
Changes related to SDC adapter.Also includes sequence generator changes and changes to appc-dg-shared. Issue-ID: APPC-355 Change-Id: Ib8a0b1d304199db6d2595291539b266885842d63 Signed-off-by: Ramya Balaji <rb111y@att.com>
2017-09-13validate mandatry vnfc vm info is absent in inventmojahidi2-0/+131
when the vnfc SMP is mandatory in the dependency-info block but its corresponding vm details/info is not present in the inventory info validation error should be thrown Issue-ID:APPC-204 Change-Id: I606da8ce086423cf3f23c87ab0166bfb9935875b Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-08-18Initial commit for Sequence GeneratorKalpesh Chaniyara28-0/+2937
Added sequence generator for start and stop action with dependency model Removed java check style from json files from license maven plugin JIRA Issues : APPC-33,APPC-106 Issue-Id : APPC-106 Change-Id: I7f12d39b705d77d559790a10b914b8108f5faa5e Signed-off-by: Kalpesh Chaniyara <kalpeshkumar.chaniyara@amdocs.com>