summaryrefslogtreecommitdiffstats
path: root/csarvalidation
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-03-18 13:20:35 +0800
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-03-18 13:20:35 +0800
commit022ea3db9854c9dadd9ac986dcba06ae9be8fd63 (patch)
treed1c0a37f4afe4b553f4cc17fd109c0a2f85d761f /csarvalidation
parent54c4f708eee7e8f212865c41462ba31112fa264b (diff)
Update readme with SOL001
Issue-ID: VNFSDK-352 Change-Id: I4ddadfa3c67616582a74ca4689e427a31abe18fe Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'csarvalidation')
-rw-r--r--csarvalidation/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/csarvalidation/README.md b/csarvalidation/README.md
index b6192f8..5da08dd 100644
--- a/csarvalidation/README.md
+++ b/csarvalidation/README.md
@@ -1,7 +1,7 @@
CSAR Validation
===============
Validates CSAR based on
-* ETSI SOL004 specification
+* ETSI SOL004 & SOL001 specification
* ONAP VNFREQS & PNFREQS
Every validation aspect is modeled as one test cases using Open Command Specification (OCS) 1.o
@@ -31,7 +31,7 @@ NOTE:
Add @OnapCommandSchema(schema = "vtp-validate-csar-r02454.yaml") annotation to the class, where the schema will
have OCS YAML file name
-3. Add required CSARError inside this class and set unique error code using CSARError::setSubCode() method
+3. Add required CSARError inside this class and set unique error code using CSARError::setCode() method
4. Implement the run() method in this class by using the below code snippet