X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=pmproducer%2Fsrc%2Ftest%2Fjava%2Forg%2Foran%2Fpmproducer%2FIntegrationWithKafka.java;h=04b501b939c38161f912c2a4c71d6000f1561f86;hb=refs%2Ftags%2F1.0.0;hp=990e7b2eda049ace832da205ef20200ba9777087;hpb=db5cb9a3759fe227ce8654bd0be1c85080e83e3f;p=nonrtric%2Fplt%2Franpm.git diff --git a/pmproducer/src/test/java/org/oran/pmproducer/IntegrationWithKafka.java b/pmproducer/src/test/java/org/oran/pmproducer/IntegrationWithKafka.java index 990e7b2..04b501b 100644 --- a/pmproducer/src/test/java/org/oran/pmproducer/IntegrationWithKafka.java +++ b/pmproducer/src/test/java/org/oran/pmproducer/IntegrationWithKafka.java @@ -86,10 +86,14 @@ import reactor.kafka.sender.SenderRecord; "app.configuration-filepath=./src/test/resources/test_application_configuration.json", // "app.pm-files-path=./src/test/resources/", // "app.s3.locksBucket=ropfilelocks", // - "app.pm-files-path=/tmp/dmaapadaptor", // - "app.s3.bucket=dmaaptest", // + "app.pm-files-path=/tmp/pmproducer", // + "app.s3.bucket=pmproducertest", // "app.auth-token-file=src/test/resources/jwtToken.b64", // "app.kafka.use-oath-token=false"}) // +/** + * Tests interwork with Kafka and Minio + * Requires that Kafka and ICS is started. + */ class IntegrationWithKafka { final static String PM_TYPE_ID = "PmDataOverKafka"; @@ -615,7 +619,7 @@ class IntegrationWithKafka { @Test void testHistoricalData() throws Exception { - // test + // test that it works to get already fetched data final String JOB_ID = "testHistoricalData"; DataStore fileStore = dataStore();