aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/java/org/onap
diff options
context:
space:
mode:
authorAmichai Hemli <amichai.hemli@intl.att.com>2019-12-15 16:04:38 +0200
committerAmichai Hemli <amichai.hemli@intl.att.com>2019-12-15 22:27:32 +0200
commit2ec28d471c739dd53e08e7d8ab20e81dd5d46ffb (patch)
tree2351a64e2c4268d758ae2c56b4d283bbf3341ea7 /vid-automation/src/test/java/org/onap
parent0b4cdc4ab5740f9a1a4e308a0dee6ab9bcf8c6c4 (diff)
run logging test for the error log as well
Issue-ID: VID-253 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: Ife8d5712c99359fd24955fe4dd649503e0789e14 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com>
Diffstat (limited to 'vid-automation/src/test/java/org/onap')
-rw-r--r--vid-automation/src/test/java/org/onap/vid/more/LoggerFormatTest.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/vid-automation/src/test/java/org/onap/vid/more/LoggerFormatTest.java b/vid-automation/src/test/java/org/onap/vid/more/LoggerFormatTest.java
index b65e797b8..9651002b2 100644
--- a/vid-automation/src/test/java/org/onap/vid/more/LoggerFormatTest.java
+++ b/vid-automation/src/test/java/org/onap/vid/more/LoggerFormatTest.java
@@ -64,9 +64,10 @@ public class LoggerFormatTest extends BaseApiTest {
@DataProvider
public static Object[][] logsAndFormats(Method test) {
return new Object[][]{
- {LogName.debug, "debug", 0.65 },
+ {LogName.debug, "debug", 0.95 },
{LogName.metrics2019, "metric-ELS-2019.11", 0.95},
- {LogName.audit2019, "audit-ELS-2019.11", 0.95}
+ {LogName.audit2019, "audit-ELS-2019.11", 0.95},
+ {LogName.error, "error", 0.75 }
};
}