diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-04-16 19:55:22 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2019-04-16 19:55:34 +0530 |
commit | 1081b7a84ceba27ee5a419ffa27fc6e70420bf04 (patch) | |
tree | d6cfb0aca06ec07c7dcc88cbbc930f64e0fb2040 /cds-ui/client/src/app/feature-modules/blueprint | |
parent | 85cbb650aab1dbae333f2bcbe3289a67e327d619 (diff) |
Test component- Disclaimer
Added disclaimer message to test screen.
Issue-ID: CCSDK-1227
Change-Id: I7d897f019691039104c5f3393a7b1bef902a8515
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/test-template/test-template.component.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/test-template/test-template.component.html b/cds-ui/client/src/app/feature-modules/blueprint/test-template/test-template.component.html index c69c511e6..fe322fada 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/test-template/test-template.component.html +++ b/cds-ui/client/src/app/feature-modules/blueprint/test-template/test-template.component.html @@ -21,7 +21,12 @@ limitations under the License. <div style="border: 1px solid #3f51b5; padding: 1em;"> <i class="fa fa-exclamation-circle" style="color: #3f51b5" aria-hidden="true"></i> - + Disclaimer*: The Test CBA Certification page allow the testing/certification team with the certification + of the CBA workflow action. Workflow action may include various action and subaction that result in content + resolution (using mS such as naming , netbox , and etc.), content generation (Jinja/Velocity) and content + distribution (netconf, restconf etc.) . Once the certification is complete, it is the responsibility of the + testing/certification team to rollback all the resource assignment and network function configuration that has + been reserved and distributed during the certification. </div> <div class="testTemplateContainer"> <div class="editorContainer"> |