summaryrefslogtreecommitdiffstats
path: root/adapters/etsi-sol003-adapter/etsi-sol003-lcm
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Updating code to use pkgId from request if setwaqas.ikram1-3/+3
2020-10-12-39/+48
2020-09-07Adding logic to communicate with SOL003 Adpaterwaqas.ikram1-2/+1
2020-09-07Add support for Create Vnf Request with Package IdAndrewLamb2-6/+20
2020-09-05Get SOl003 pkg from ETSI Catalog mgrMukeshKumar7-65/+96
2020-08-06bump the master to 1.7.1seshukm4-4/+4
2020-06-02make sure maven plugins only run when we wantBenjamin, Max1-1/+1
2020-05-29SOL003 Adapter removing duplicate codewaqas.ikram2-50/+8
2020-05-01Refactor SOL003 Adapter to organize its moduleswaqas.ikram39-253/+253
2020-04-29rename package for external useBenjamin, Max6-13/+13
2020-04-15Refactor SOL003 Adapter to organize its moduleswaqas.ikram41-387/+227
2020-04-09Refactor SOL003 Adapter to organize its moduleswaqas.ikram48-0/+18891
Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Artifacts" >
	<test name="Artifacts">
		<classes>
			<class
				name="org.openecomp.sdc.ci.tests.execute.artifacts.DownloadComponentArt" />
			<class
				name="org.openecomp.sdc.ci.tests.execute.artifacts.ArtifactServletTest" />
			<class
				name="org.openecomp.sdc.ci.tests.execute.artifacts.ValidateHeatArtFieldsTypes" />
			<class
				name="org.openecomp.sdc.ci.tests.execute.artifacts.PlaceHolderValidations" />
			<class
				name="org.openecomp.sdc.ci.tests.execute.artifacts.ValidateArtResponse" />
			<class name="org.openecomp.sdc.ci.tests.execute.artifacts.CrudArt" />
		</classes>
	</test>
</suite> <!-- Artifacts -->