summaryrefslogtreecommitdiffstats
path: root/docs/how-to-use/UnitTests.rst
diff options
context:
space:
mode:
authorSteven Pisarski <s.pisarski@cablelabs.com>2017-09-07 18:46:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-07 18:46:32 +0000
commit23b3a1f209ee613982de9e759b1879d771b91f5c (patch)
treed27565b0075fc3aa5f293a727bf4bd65d5209ddb /docs/how-to-use/UnitTests.rst
parent1ac3fefd616758779fc1489b5fee8689ec2487d9 (diff)
parent1342eb17df248ec75cc57e9c380a7753fc432194 (diff)
Merge "Added method to return OpenStackVmInstance from Heat."
Diffstat (limited to 'docs/how-to-use/UnitTests.rst')
-rw-r--r--docs/how-to-use/UnitTests.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/how-to-use/UnitTests.rst b/docs/how-to-use/UnitTests.rst
index 6f4dd6c..5fb04db 100644
--- a/docs/how-to-use/UnitTests.rst
+++ b/docs/how-to-use/UnitTests.rst
@@ -208,13 +208,19 @@ StackDomainObjectTests
----------------------
Ensures that all required members are included when constructing a
-Stack domain object
+Stack domain object (for Heat)
ResourceDomainObjectTests
-------------------------
Ensures that all required members are included when constructing a
-Resource domain object
+Resource domain object (for Heat)
+
+OutputDomainObjectTests
+-----------------------
+
+Ensures that all required members are included when constructing a
+Output domain object (for Heat)
FloatingIpSettingsUnitTests
---------------------------