From 65b489bbc42c7b24c7f9a435de6e5094d5208cf3 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 19 Dec 2019 07:13:12 +0100 Subject: Dump DB and artifacts for third-party certification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It conforms with Kubernetes Conformance [1] model and could be reused by OVP or any third-party CNTT-based certification. It publishes the final archive in the S3 repository. XtestingCI will generate the final job calling this feature. [1] https://github.com/cncf/k8s-conformance Change-Id: I7394c9d52d2cc9370eae125ca5398ff734e5b8d6 Signed-off-by: Cédric Ollivier --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 76d0b885..9b8dc92e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,7 @@ packages = xtesting [entry_points] console_scripts = run_tests = xtesting.ci.run_tests:main + zip_campaign = xtesting.core.campaign:main xtesting.testcase = bashfeature = xtesting.core.feature:BashFeature robotframework = xtesting.core.robotframework:RobotFramework -- cgit 1.2.3-korg