From 1c3c6fa5e9f56e727567ac21db94b20a20ed028e Mon Sep 17 00:00:00 2001 From: bernini Date: Wed, 6 Oct 2021 16:32:54 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c60090f..0ce00e88 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,19 @@ v3.3.1 and [SOL012](https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/012/03. More information and download is available at [DGS/NFV-TST010ed331](https://portal.etsi.org/webapp/WorkProgram/Report_WorkItem.asp?WKI_ID=58931). -## Overview +## Available versions + +The NFV API Conformance test specification is available in the following versions: + +| TST010 Version | SOL Specifications | API Conformance Tests | +|----------------|-------------------------------------------------------------------------------------------|----------------------------------------------------------------| +| v2.4.1 | SOL002 SOL003 SOL005 v2.4.1 | [v2.4.1](https://forge.etsi.org/rep/nfv/api-tests/tree/2.4.1/) | +| v2.6.1 | SOL002 SOL003 SOL005 v2.6.1 | [v2.6.1](https://forge.etsi.org/rep/nfv/api-tests/tree/2.6.1/) | +| v2.7.1 | SOL002 SOL003 SOL005 v2.7.1 | [v2.6.1](https://forge.etsi.org/rep/nfv/api-tests/tree/2.7.1/) | +| v3.3.1 | SOL002 SOL003 SOL005 v3.3.1
SOL009 SOL011 v3.3.1
SOL012 v3.4.1 | [v3.3.1](https://forge.etsi.org/rep/nfv/api-tests/tree/3.3.1/) | + + +## Test Specification Overview The Test Specification is built as a collection of [Robot Framework](robotframework.org/) Test Description. [Robot Framework](robotframework.org/) is a generic test automation framework for acceptance testing and acceptance test-driven development. -- GitLab