adding some pce unit tests and remove ignore from olm class 08/89208/1
authorshaaban Altanany <shaaban.eltanany.ext@orange.com>
Tue, 31 Mar 2020 08:45:40 +0000 (10:45 +0200)
committerChristophe Betoule <christophe.betoule@orange.com>
Tue, 21 Apr 2020 08:07:05 +0000 (10:07 +0200)
commit959cebfd397f282f60a5135a91a2d1c4c10ef29a
treeae1229386fc468f1eb73827cb430066d0d216710
parent16e012ebf5770f542f2dcb58eff2bac24f029307
adding some pce unit tests and remove ignore from olm class

Change-Id: Id6325fdf47100b4bdc75c5cacd826f18cda12eca
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
14 files changed:
olm/pom.xml
olm/src/test/java/org/opendaylight/transportpce/olm/OlmPowerServiceRpcImplTest.java
olm/src/test/java/org/opendaylight/transportpce/olm/power/PowerMgmtTest.java
olm/src/test/java/org/opendaylight/transportpce/olm/service/OlmPowerServiceImplSpanLossBaseTest.java
olm/src/test/java/org/opendaylight/transportpce/olm/service/OlmPowerServiceImplTest.java
pce/pom.xml
pce/src/test/java/org/opendaylight/transportpce/pce/PceComplianceCheckResultTest.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/PceSendingPceRPCsTest.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/SortPortsByNameTest.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/constraints/PceConstraintsTest.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/networkanalyzer/PceCalculationTest.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/service/PathComputationServiceImplTest.java [new file with mode: 0644]
pce/src/test/java/org/opendaylight/transportpce/pce/utils/PceTestData.java
pom.xml