diff options
Diffstat (limited to 'docs/configguide')
-rw-r--r-- | docs/configguide/feature-config.rst | 1 | ||||
-rw-r--r-- | docs/configguide/post-install.rst | 19 |
2 files changed, 18 insertions, 2 deletions
diff --git a/docs/configguide/feature-config.rst b/docs/configguide/feature-config.rst index 1d0650200..992f501b6 100644 --- a/docs/configguide/feature-config.rst +++ b/docs/configguide/feature-config.rst @@ -10,6 +10,7 @@ The following sections describe the configuration options for specific platform Further details for each feature are captured in the referred project documentation. .. include:: ../projects/copper/configguide/configguide.rst +.. include:: ../projects/doctor/configguide/configguide.rst .. include:: ../projects/ipv6/configguide/featureconfig.rst .. include:: ../projects/promise/configguide/featureconfig.rst .. include:: ../projects/sdnvpn/configguide/configguide.rst diff --git a/docs/configguide/post-install.rst b/docs/configguide/post-install.rst index af5039306..741905a52 100644 --- a/docs/configguide/post-install.rst +++ b/docs/configguide/post-install.rst @@ -9,15 +9,30 @@ Post Configuration Activities Once you have deployed and configured your scenario and features you should validate the state of the system using the following guides. +Scenario validation activities +============================== + The following guides provide information on how to validate the installation of you scenario based on the tools and test suites available for the installation tool you have selected: -.. include:: ../projects/functest/configguide/configguide.rst .. include:: ../projects/ipv6/configguide/postinstall.rst .. include:: ../projects/joid/configguide/postinstall.rst +Feature validation activities +============================= + The following sections provide information on how to validate the features you have installed in your scenario: - + .. include:: ../projects/copper/configguide/postinstall.rst +Additional testing and validation activities +============================================ + +Many of our testing tools can be manually installed to facilitate targeted testing +of features and capabilities of your scenario. The following guides provide instruction on +setting up these testing suites: + +.. include:: ../projects/functest/configguide/configguide.rst +.. include:: ../projects/vswitchperf/configguide/installation.rst + |