X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Ftest%2Fresources%2Fapplication.properties;fp=src%2Ftest%2Fresources%2Fapplication.properties;h=96816ce57a175c95463569a7168c24beb7aecec1;hb=f9999359c898143d0fb9a4a62063cbc51a40e25e;hp=0000000000000000000000000000000000000000;hpb=598c2469a004c50a1b29882e02e2fab7a8407d8b;p=aai%2Fmodel-loader.git diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties new file mode 100644 index 0000000..96816ce --- /dev/null +++ b/src/test/resources/application.properties @@ -0,0 +1,10 @@ +CONFIG_HOME=src/test/resources +spring.kafka.consumer.auto-offset-reset=earliest +spring.kafka.consumer.group-id=aai +spring.kafka.consumer.client-id=aai-model-loader + +test.topic=SDC-DISTR-NOTIF-TOPIC + +spring.sleuth.enabled=false + +ml.distribution.connection.enabled=false # avoid having the distribution client running in the background (requires active kafka) \ No newline at end of file