aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-03-18 11:29:23 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-03-18 11:30:39 +0100
commite53974583a94b73bda8962d5b3be1be9532471b0 (patch)
tree970499a6793fc7575c28c40fcfeefdf753a271f1
parent9c7ada641fe719e414cd0732a7bbfacdd8120174 (diff)
Add README.rst (pypi)
Change-Id: I4248c86ee51b9458d367440670a0abaf3ec7c87f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--README.rst23
-rw-r--r--setup.cfg3
2 files changed, 26 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 00000000..44dd46c0
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,23 @@
+Welcome!
+========
+
+Xtesting have leveraged on Functest efforts to provide a reference testing
+framework:
+
+ * Requirements Management: https://wiki.opnfv.org/display/functest/Requirements+management
+ * Docker Slicing: http://testresults.opnfv.org/functest/dockerslicing/
+ * Functest Framework: http://testresults.opnfv.org/functest/framework/
+
+Xtesting aims at allowing a smooth integration of new Functest Kubernetes
+testcases.
+
+But, more generally, it eases building any CI/CD toolchain for other
+domains than testing Virtualized Infrastructure Managers (VIM) such as
+`OpenStack <https://www.openstack.org/>`_.
+
+To learn more about Xtesting:
+
+ * Documentation: http://xtesting.readthedocs.io/en/latest/
+ * Gerrit: https://gerrit.opnfv.org/gerrit/#/q/project:functest-xtesting
+
+Get in touch via `email <mailto:opnfv-tech-discuss@lists.opnfv.org>`_.
diff --git a/setup.cfg b/setup.cfg
index fc6a092c..865bfc49 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,8 @@
[metadata]
name = xtesting
+summary = OPNFV reference testing framework
+description-file =
+ README.rst
author = OPNFV
author-email = opnfv-tech-discuss@lists.opnfv.org
home-page = https://wiki.opnfv.org/display/functest