Changed the config loading from consul 53/3453/5
authorPatrikBuhr <patrik.buhr@est.tech>
Fri, 24 Apr 2020 13:45:58 +0000 (15:45 +0200)
committerPatrikBuhr <patrik.buhr@est.tech>
Tue, 28 Apr 2020 07:14:00 +0000 (09:14 +0200)
commit894ef7c6ead6a3617a1190d7c0b36c0d1c21a0be
treeb52cb32187706874a7c8c7ac7605407daf0706df
parent81bdaffd323c941da910c258487b7efb78615d6d
Changed the config loading from consul

Cannot use the updates() function in CBS client.

Forgetting the negitiated protocol when a controller is connected
or disconnected in the configuration.

Temporary disabled trhe concurrency test due
to too much resource consumption.

Change-Id: I760add1c1e1b028763ae5c7c8cc4e542361026ef
Issue-ID: NONRTRIC-204
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
policy-agent/src/main/java/org/oransc/policyagent/clients/A1ClientFactory.java
policy-agent/src/main/java/org/oransc/policyagent/tasks/RefreshConfigTask.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/tasks/RefreshConfigTaskTest.java