Remove annotations from dmaap common test class 89/111289/3
authorJim Hahn <jrh3@att.com>
Fri, 14 Aug 2020 19:25:35 +0000 (15:25 -0400)
committerJim Hahn <jrh3@att.com>
Fri, 14 Aug 2020 19:45:05 +0000 (15:45 -0400)
commit2ae12767e4d7f70af3e30594f62dd2b35531ae32
tree9e4a7858359e08c08e2877aa5d1c63626c3f9860
parent00e48acdc51fa2a64b0f7fdc221c28308d7f214d
Remove annotations from dmaap common test class

Jenkins builds are randomly failing in the junits for the dmaap simulator.
From the console output, it appears that the simulator is being shut down
before all of the test methods have executed.  Moved the code for
managing the "Main" object from the common superclass to the only
subclass that needed it.

Issue-ID: POLICY-2749
Change-Id: I2615bbef9b790dbb633ed7f123aeb3f880826862
Signed-off-by: Jim Hahn <jrh3@att.com>
models-sim/models-sim-dmaap/src/test/java/org/onap/policy/models/sim/dmaap/rest/CommonRestServer.java
models-sim/models-sim-dmaap/src/test/java/org/onap/policy/sim/dmaap/e2e/EndToEndTest.java
models-sim/models-sim-dmaap/src/test/java/org/onap/policy/sim/dmaap/startstop/DmaapSimActivatorTest.java
models-sim/models-sim-dmaap/src/test/java/org/onap/policy/sim/dmaap/startstop/MainTest.java