summaryrefslogtreecommitdiffstats
ModeNameSize
-rw-r--r--.gitignore4983logstatsplain
-rw-r--r--.gitreview56logstatsplain
-rw-r--r--.pydevproject302logstatsplain
-rw-r--r--LICENSE.TXT1004logstatsplain
-rw-r--r--README.md10306logstatsplain
d---------asdc-tests188logstatsplain
d---------asdctool142logstatsplain
d---------build-tools65logstatsplain
d---------catalog-be183logstatsplain
d---------catalog-dao103logstatsplain
d---------catalog-fe141logstatsplain
d---------catalog-model103logstatsplain
d---------catalog-ui576logstatsplain
d---------common-app-api103logstatsplain
d---------common-be103logstatsplain
d---------common341logstatsplain
d---------docs37logstatsplain
d---------dox-sequence-diagram-ui339logstatsplain
d---------onboarding35logstatsplain
d---------openecomp-be277logstatsplain
d---------openecomp-ui946logstatsplain
-rw-r--r--pom.xml14742logstatsplain
d---------sdc-os-chef429logstatsplain
d---------security-utils103logstatsplain
d---------test-apis-ci223logstatsplain
d---------ui-ci-dev103logstatsplain
d---------ui-ci189logstatsplain
d---------utils / webseal-simulator44logstatsplain
-rw-r--r--version.properties392logstatsplain
xternal testing sources. The full configuration is documented in the configuration section of this manual. For details, see the BE-onboarding-configuration.yaml section. Here is an example of the yaml. :: # External Testing Configuration externalTestingConfig: #array of endpoints that SDC-BE should connect with for external testing endpoints: // ID for endpoint - id: vtp // what format of post request does the endpoint accept for runs - json or multi-part form postStyle: application/json // is this enpoint enabled or disabled. enabled: false // base URL for the endpoint url: http://ec2-34-237-35-152.compute-1.amazonaws.com:9090 // optional api key to pass in header to endpoint apiKey: blahblahblah - id: certifications repository postStyle: application/json url: http://ec2-34-237-35-152.compute-1.amazonaws.com:9090 enabled: true apiKey: blahblahblah2