Change 2 sli/core unit tests to int. tests 77/8977/2
authorMarcus G K Williams <marcus.williams@intel.com>
Mon, 28 Aug 2017 20:48:06 +0000 (13:48 -0700)
committerMarcus G K Williams <marcus.williams@intel.com>
Mon, 28 Aug 2017 20:51:56 +0000 (13:51 -0700)
commit6f3bb14fde75d785164c6ef3501b029c9bd145e9
treee73f48443707cee1de313a03fae7ee416012ee90
parent1f2c69e5faab3b5007c45033df0097b3616f4d2f
Change 2 sli/core unit tests to int. tests

Change SvcLogicGraphExecutorTest and
SvcLogicParserTest to IT Tests because
they require outside dependencies (sql database).
This change enables running jobs without
skipping tests and futher enables SONAR scans
of unit tests.

Issue-Id: CCSDK-67
Change-Id: I74184b2f2d8cb5fcc7b065c3e2e859b85dd1630b
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
sli/common/src/test/java/org/onap/ccsdk/sli/core/sli/ITCaseSvcLogicParser.java [moved from sli/common/src/test/java/org/onap/ccsdk/sli/core/sli/SvcLogicParserTest.java with 98% similarity]
sli/provider/src/test/java/org/onap/ccsdk/sli/core/sli/provider/ITCaseSvcLogicGraphExecutor.java [moved from sli/provider/src/test/java/org/onap/ccsdk/sli/core/sli/provider/SvcLogicGraphExecutorTest.java with 99% similarity]