Fixed broken unittest in policy agent 10/4710/1
authorPatrikBuhr <patrik.buhr@est.tech>
Thu, 17 Sep 2020 07:36:04 +0000 (09:36 +0200)
committerPatrikBuhr <patrik.buhr@est.tech>
Thu, 17 Sep 2020 07:38:06 +0000 (09:38 +0200)
commitc75f4b117df1c9dd9ff5fb0e370b5fc52130407f
treedf5efbb5105a81067951608aeb289f8db35688ba
parent575869c5ed7533f22b0c7db05fdbbbb8e00e09fc
Fixed broken unittest in policy agent

The concurrency testwas broken and tested nothing.
The code formatting plugin had stopped working.
Version is updated and works now.

Change-Id: I3b6d1d7ed66f863e2240906d7bb99da8f7b1324d
Issue-ID: NONRTRIC-195
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
policy-agent/pom.xml
policy-agent/src/main/java/org/oransc/policyagent/clients/A1ClientFactory.java
policy-agent/src/main/java/org/oransc/policyagent/dmaap/DmaapMessageConsumer.java
policy-agent/src/test/java/org/oransc/policyagent/ApplicationTest.java
policy-agent/src/test/java/org/oransc/policyagent/ConcurrencyTestRunnable.java
policy-agent/src/test/java/org/oransc/policyagent/aspect/LogAspectTest.java