Skip to content
Snippets Groups Projects
Commit bb86e986 authored by Adrien Kirjak's avatar Adrien Kirjak
Browse files

Corrected wrong path/documentation


Signed-off-by: default avatarAdrien Kirjak <adrien.kirjak@ericsson.com>
parent 0e07f9ef
No related branches found
No related tags found
1 merge request!85Corrected wrong path/documentation
......@@ -12,5 +12,5 @@ done
echo "Batch execution of SA tests: creating 1 report for each script file"
echo "You must have a symlink in this directory named perl and pointing to perl 5.6.0 or higher"
echo "./perl ../Tools/SAtester.pl $SCRIPTFLAGS -log SA_log.report *.script"
./perl ../../function_test/Tools/SAtester.pl $SCRIPTFLAGS -log SA_log.report *.script
echo "./perl ../../Tools/SAtester.pl $SCRIPTFLAGS -log SA_log.report *.script"
./perl ../../../function_test/Tools/SAtester.pl $SCRIPTFLAGS -log SA_log.report *.script
// README to positive conformance tests
How to run:
A.
1. Create bin folder in positive_tests and copy XML_tests.cfg into it
2. Use the Makefile in positive tests folder
B. (Without the Makefile)
1. Generate a Makefile from pos_conf_test.tpd in positive_tests folder:
ttcn3_makefilegen -f -t pos_conf_tests.tpd
2. Create bin folder in positive_tests and copy XML_tests.cfg into it
3. Compile Makefile in bin folder:
make
4. Run tests in bin folder:
ttcn3_start pos_conf_tests
5. Clean everything in bin folder:
make clean
// README to negative xml conformance tests
How to run:
./SAtester_XML.pl neg_xml_tests.script
IMPORTANT:
UsefulTtcn3Types.txt and XSD.txt are needed for running
xsd_tmp_keyword and usefultypes_tmp_keyword are changed for these files durring running
neg_tc_sample is a sample format for tests in neg_xml_tests.script
// README to positive conformance tests
How to run:
A.
1. Create bin folder in positive_tests and copy XML_tests.cfg into it
2. Use the Makefile in positive tests folder
B. (Without the Makefile)
1. Generate a Makefile from XML_tests.tpd in positive_tests folder:
ttcn3_makefilegen -f -t XML_tests.tpd
2. Create bin folder in positive_tests and copy XML_tests.cfg into it
3. Compile Makefile in bin folder:
make
4. Run tests in bin folder:
ttcn3_start XML_tests XML_tests.cfg
5. Clean everything in bin folder:
make clean
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment