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 | |
parent | 2845d29b185043da58c434c218e5b409b5d23ac4 (diff) | |
parent | a62dc183e6a916095b31f22a294d8f81306bf23b (diff) |
Merge "Config flavor metadata via functest - docs update"
Diffstat (limited to 'docs/testing')
-rw-r--r-- | docs/testing/user/userguide/runfunctest.rst | 5 | ||||
-rw-r--r-- | docs/testing/user/userguide/test_details.rst | 9 |
2 files changed, 14 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 ====================================== diff --git a/docs/testing/user/userguide/test_details.rst b/docs/testing/user/userguide/test_details.rst index d6def1a22..688b67431 100644 --- a/docs/testing/user/userguide/test_details.rst +++ b/docs/testing/user/userguide/test_details.rst @@ -38,6 +38,11 @@ network. This suite consists in 49 tests (test duration < 2 minutes). Snaps_health_check creates a VM with a single port with an IPv4 address that is assigned by DHCP and then validates the expected IP with the actual. +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. + Self-obviously, successful completion of the 'healthcheck' testcase is a necessary pre-requisite for the execution of all other test Tiers. @@ -236,6 +241,10 @@ Please note that When the configuration value of snaps.use_keystone is True, Functest must have access the cloud's private network. This suite consists in 120 tests (test duration ~= 50 minutes) +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. SDN Controllers --------------- |