Enable support for DefCore schema 1.6

Since 1.6 will be released soon (https://review.openstack.org/#/c/351363),
the RefStack result's report page should enable results to be compared with
guidelines using that schema version.

Change-Id: I2a47442b10215fdb72c54a4232ddc6207b6206c2
This commit is contained in:
Paul Van Eck 2016-08-16 15:49:44 -07:00
parent 307919c06b
commit ef22a6d56e

View File

@ -389,6 +389,7 @@
case '1.3': case '1.3':
case '1.4': case '1.4':
case '1.5': case '1.5':
case '1.6':
capMethod = 'buildCapabilityV1_3'; capMethod = 'buildCapabilityV1_3';
break; break;
default: default: