summaryrefslogtreecommitdiffstats
path: root/components/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-06-06Fixing restconf_client.py scriptottero1-1/+1
2019-03-28Addressing last review commentsottero1-18/+26
2019-03-27Creating a reusable Restconf clientottero2-0/+74
2019-03-25Migrate ccsdk/apps to ccsdk/cdsAlexis de Talhouët2-4/+4
2019-03-11Add support to invoke device specific RPCAlexis de Talhouët1-0/+4
2019-03-07Add support for resource-resolution storageAlexis de Talhouët1-0/+3
2019-03-04Adjust python script for resource-assignmentAlexis de Talhouët2-45/+21
2019-02-20Add support for commit confirmed capabilityAlexis de Talhouët1-2/+8
2019-02-18Simplify NetconfRpcServiceAlexis de Talhouët1-37/+17
2019-02-17Netconf resolution serviceAlexis de Talhouët2-2/+23
2019-02-16Rework netconf-executorAlexis de Talhouët2-71/+70
2019-02-15Python library for Jython executionSteve Alphonse Siani7-23/+73
2019-02-12Add netconf script component functionMuthuramalingam, Brinda Santh1-3/+7
2019-02-12Jython execution component and serviceSteve Alphonse Siani3-0/+38
2019-02-06Blueprint Processor Python Script ComponentsCherukuri, Venkatanaresh (vn166g)5-0/+88
2018-11-28Implement Base Jython Executor function.Muthuramalingam, Brinda Santh(bs2796)5-0/+59
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="CRUDArtifacts" configfailurepolicy="continue" verbose="2"  parallel="tests" thread-count="10">

  <test name="Test">
    <classes>
      <class 
      name="org.openecomp.sdc.ci.tests.execute.devCI.SearchFilterCategoryExternalAPI">
   			   <methods>

					<include name="searchWithInvalidFilter" />
					<include name="searchForResourceTypeNegativeTest" />
					<include name="searchingForResouceFilterIncorrectResouceTypeUsingExternalAPI" />
					<include name="searchingForSeveralResouceTypesUsingExternalAPI" />
					<include name="searchingForSeveralResourcesOfTypeVFCMTUsingExternalAPI" />
					<include name="normativeResourceCategory" />		
				</methods>
      
      </class>
      
    </classes>
  </test> <!-- Test -->
</suite> <!-- Suite -->