summaryrefslogtreecommitdiffstats
path: root/docs/design/usecases.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/design/usecases.rst')
-rw-r--r--docs/design/usecases.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/design/usecases.rst b/docs/design/usecases.rst
new file mode 100644
index 0000000..4789fa5
--- /dev/null
+++ b/docs/design/usecases.rst
@@ -0,0 +1,28 @@
+.. This work is licensed under a
+.. Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) 2015-2017 AT&T Intellectual Property, Inc
+
+Use Cases
+=========
+
+Implemented in Current Release
+------------------------------
+
+Tacker Hello World
+..................
+
+Based upon the OpenStack Tacker project's "tosca-vnfd-hello-world" blueprint,
+as extended for testing of more Tacker-supported features as of OpenStack Newton.
+A single-node simple python web server, connected to two internal networks
+(private and admin), and accessible via a floating IP.
+
+
+Cloudify Hello World
+....................
+
+Deployment test for the Cloudify Hello World blueprint
+
+
+A complete list of use cases is located on the
+`Models Testing <https://wiki.opnfv.org/display/models/Testing>`_ wiki page.