diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-06-18 08:00:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-18 08:00:55 +0000 |
commit | ef77312416c2060657f491b63dc87806a6f876dd (patch) | |
tree | 0c6a1cf8427754611422d03092e39482395d3696 /docs/testing/user/userguide/runfunctest.rst | |
parent | 2845d29b185043da58c434c218e5b409b5d23ac4 (diff) | |
parent | a62dc183e6a916095b31f22a294d8f81306bf23b (diff) |
Merge "Config flavor metadata via functest - docs update"
Diffstat (limited to 'docs/testing/user/userguide/runfunctest.rst')
-rw-r--r-- | docs/testing/user/userguide/runfunctest.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/testing/user/userguide/runfunctest.rst b/docs/testing/user/userguide/runfunctest.rst index b5615f3dd..bb01db7ca 100644 --- a/docs/testing/user/userguide/runfunctest.rst +++ b/docs/testing/user/userguide/runfunctest.rst @@ -99,6 +99,11 @@ You can also type run_tests -t all to run all the tests. Note the list of test cases depend on the installer and the scenario. +Note that the flavors for the SNAPS test cases are able to be configured giving +new metadata values as well as new values for the basic elements of flavor +(i.e. ram, vcpu, disk, ephemeral, swap etc). +The snaps.flavor_extra_specs dict in the config_functest.yaml file could be +used for this purpose. Reporting results to the test Database ====================================== |