diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-10-21 00:02:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-21 00:02:58 +0000 |
commit | 402d8ff80db70c89d4a8777e546b646913d91815 (patch) | |
tree | 5397fa607258f83c7347c7280e10ac9b90b51436 /bootstrap/vagrant-onap/doc/source | |
parent | f3a8006ea0f532760a7e62550c243a2d3856b40d (diff) | |
parent | d52d0af3d1d76a5dfb7c6cadad47d95819aabb21 (diff) |
Merge "Add VNFSDK install scripts in Vagrant ONAP"
Diffstat (limited to 'bootstrap/vagrant-onap/doc/source')
-rw-r--r-- | bootstrap/vagrant-onap/doc/source/features/configure_execution.rst | 3 | ||||
-rw-r--r-- | bootstrap/vagrant-onap/doc/source/features/example_usage.rst | 13 |
2 files changed, 14 insertions, 2 deletions
diff --git a/bootstrap/vagrant-onap/doc/source/features/configure_execution.rst b/bootstrap/vagrant-onap/doc/source/features/configure_execution.rst index e2da33681..713c0e0fd 100644 --- a/bootstrap/vagrant-onap/doc/source/features/configure_execution.rst +++ b/bootstrap/vagrant-onap/doc/source/features/configure_execution.rst @@ -2,7 +2,7 @@ Modify execution values ======================= -In order to provide a flexible plataform that adjusts to different developer +In order to provide a flexible platform that adjusts to different developer needs, it has been implemented two mechanism to configure the execution of this project. @@ -71,4 +71,3 @@ values that can be overriden using *-g* and *-i* respectively by the run scripts .. end - diff --git a/bootstrap/vagrant-onap/doc/source/features/example_usage.rst b/bootstrap/vagrant-onap/doc/source/features/example_usage.rst index fc5f8b39d..293c543fa 100644 --- a/bootstrap/vagrant-onap/doc/source/features/example_usage.rst +++ b/bootstrap/vagrant-onap/doc/source/features/example_usage.rst @@ -135,4 +135,17 @@ the ./opt files are in sync from the host to the VM. $ vagrant destroy vfc +.. end + +Testing +------- + +Use the run.sh script to test if the provisioning scripts run without errors. + +And example test to check the number of covered repositories with this tool. + +.. code-block:: console + + $ ./tools/run.sh testing -y -c coverity_repos -s functions + .. end
\ No newline at end of file |