summaryrefslogtreecommitdiffstats
path: root/src/test/resources
diff options
context:
space:
mode:
authorTufman, Shay (st198j) <st198j@intl.att.com>2018-07-04 16:44:47 +0300
committerTufman, Shay (st198j) <st198j@intl.att.com>2018-07-04 17:27:40 +0300
commit273cc6b1a3be92fbb712f7655d9e6cb9ed66b59a (patch)
tree896dea567158ba686f3d45f3fc59c953879c7972 /src/test/resources
parent05ce3093351549eb54029f907f15e9ae9273d476 (diff)
remove mac validation
remove max conformance level validation Change-Id: I09672789d6819b52010bc6f1383e0eca25e664e1 Issue-ID: SDC-1465 Signed-off-by: Tufman, Shay (st198j) <st198j@intl.att.com>
Diffstat (limited to 'src/test/resources')
-rw-r--r--src/test/resources/config/error-configuration-test.yaml2
-rw-r--r--src/test/resources/config/error-configuration.yaml2
-rw-r--r--src/test/resources/csars/service-max-conformence-level.csarbin0 -> 45194 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/src/test/resources/config/error-configuration-test.yaml b/src/test/resources/config/error-configuration-test.yaml
index f5c20aa..de603c6 100644
--- a/src/test/resources/config/error-configuration-test.yaml
+++ b/src/test/resources/config/error-configuration-test.yaml
@@ -13,7 +13,7 @@ errors:
CONFORMANCE_LEVEL_ERROR: {
code: TP0003,
failOnError: false,
- message: "Error: CSAR version is unsupported. Parser supports versions %s to %s."
+ message: "Error: CSAR version is unsupported. Parser supports versions from %s."
}
GENERAL_ERROR: {
code: TP0004,
diff --git a/src/test/resources/config/error-configuration.yaml b/src/test/resources/config/error-configuration.yaml
index 44173cd..296c681 100644
--- a/src/test/resources/config/error-configuration.yaml
+++ b/src/test/resources/config/error-configuration.yaml
@@ -13,7 +13,7 @@ errors:
CONFORMANCE_LEVEL_ERROR: {
code: TP0003,
failOnError: true,
- message: "Error: CSAR version is unsupported. Parser supports versions %s to %s."
+ message: "Error: CSAR version is unsupported. Parser supports versions from %s."
}
GENERAL_ERROR: {
code: TP0004,
diff --git a/src/test/resources/csars/service-max-conformence-level.csar b/src/test/resources/csars/service-max-conformence-level.csar
new file mode 100644
index 0000000..0cbb872
--- /dev/null
+++ b/src/test/resources/csars/service-max-conformence-level.csar
Binary files differ