diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-03-22 13:48:10 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-03-22 13:48:10 +0100 |
commit | 9f7a2ac406bacf473a2e4e02e14f4ef9a3bd18a1 (patch) | |
tree | 32221a6196522a22b126324760d820f6988080e7 | |
parent | d549d82b83594f010c3ac58850865af1d18d71be (diff) |
Fix formattings and adjust main title
Change-Id: I1ea3192e818ca3a78561c11b80e4051927b07db9
Issue-ID: INT-1893
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
-rw-r--r-- | docs/TestingGuide.rst | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/TestingGuide.rst b/docs/TestingGuide.rst index 3a3aefd2..06bdc5b6 100644 --- a/docs/TestingGuide.rst +++ b/docs/TestingGuide.rst @@ -1,9 +1,9 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. Copyright 2019 Samsung Electronics Co., Ltd. +.. Copyright 2021 Samsung Electronics Co., Ltd. -OOM ONAP Offline Installer Testing Guide -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Offline Installer Testing Guide +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This testing guide describes how offline installer can be tested in local development environment (laptop) without the need for actual servers. @@ -91,6 +91,7 @@ or default scenario playbook can be extended to run role tests multiple times ju configuration between. Single scenario example with nexus role + :: ├── infrastructure.yml @@ -108,6 +109,7 @@ Single scenario example with nexus role │ │ └── vars Multiple scenario example with chrony role + :: roles/chrony @@ -197,6 +199,7 @@ testing for the reason not to repeat the same that is done already in role level to leave them out. Example with infrastructure playbook level test files + :: ├── infrastructure.yml @@ -265,6 +268,7 @@ role for it's for together with optional description: <action>-<role>[-<description>] Examples of commonly used test roles + :: ├── infrastructure.yml @@ -292,6 +296,7 @@ listed below. Most significant feature of those is support for Systemd, so they should be used in cases where ansible's 'systemd' module is used. Used Dockerfiles/Box definitions are kept in following directory structure + :: └── test |