Merge "2018.11 Guideline"

This commit is contained in:
Zuul 2018-11-14 22:31:06 +00:00 committed by Gerrit Code Review
commit 5e2cba0447
3 changed files with 3841 additions and 1 deletions

3838
2018.11.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,7 @@ exit_1=$?
PYTHONPATH=$TEMPESTDIR python ./tools/checktests.py --guideline 2018.02.json
exit_2=$?
PYTHONPATH=$TEMPESTDIR python ./tools/checktests.py --guideline 2017.09.json
PYTHONPATH=$TEMPESTDIR python ./tools/checktests.py --guideline 2018.11.json
exit_3=$?
if [[ ! -z "${CLEANTEMPEST}" ]]; then

View File

@ -52,6 +52,7 @@ commands=
jsonlint -s 2017.01.json
jsonlint -s 2017.09.json
jsonlint -s 2018.02.json
jsonlint -s 2018.11.json
jsonlint -s doc/source/schema/1.5.json
jsonlint -s doc/source/schema/1.6.json
jsonlint -s doc/source/schema/2.0.json
@ -70,6 +71,7 @@ commands=
jsonschema doc/source/schema/1.6.json -i 2017.01.json
jsonschema doc/source/schema/1.6.json -i 2017.09.json
jsonschema doc/source/schema/2.0.json -i 2018.02.json
jsonschema doc/source/schema/2.0.json -i 2018.11.json
jsonschema doc/source/schema/2.0.json -i doc/source/schema/next.2.0.json
jsonschema doc/source/schema/2.0.json -i add-ons/dns.next.json
jsonschema doc/source/schema/2.0.json -i add-ons/orchestration.next.json