summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/heartbeat-ms/testprocedure.rst
diff options
context:
space:
mode:
authorPrakashH <pbhandar@techmahindra.com>2019-01-22 11:24:06 +0000
committerPrakashH <pbhandar@techmahindra.com>2019-01-22 12:15:16 +0000
commit1e19c1881574ada75d9c27463204ea1b9271007e (patch)
tree70f5381701d0262731798e6c63ba9074dd735e3c /docs/sections/services/heartbeat-ms/testprocedure.rst
parent3bcb00f79c6bacc5c1ed3c3c2fd7642992707f23 (diff)
Heartbeat Microservice User Documentation
User Documentation for heartbeat Microservice Issue-ID: DCAEGEN2-280 Change-Id: I1fd627b5026fa850c866a364440ff316db409b5a Signed-off-by: PrakashH <pbhandar@techmahindra.com>
Diffstat (limited to 'docs/sections/services/heartbeat-ms/testprocedure.rst')
-rw-r--r--docs/sections/services/heartbeat-ms/testprocedure.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/sections/services/heartbeat-ms/testprocedure.rst b/docs/sections/services/heartbeat-ms/testprocedure.rst
index 6f80fc49..03bcbab1 100644
--- a/docs/sections/services/heartbeat-ms/testprocedure.rst
+++ b/docs/sections/services/heartbeat-ms/testprocedure.rst
@@ -1,8 +1,6 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
-.. _testprocedure:
-
Test procedures and Postgres Database access
============================================
@@ -16,7 +14,7 @@ Run below commands to login into postgres DB and connect to HB Micro service DB.
::
sudo su postgres
psql
- \l hb_vnf
+ \l hb_vnf
Sample output is as below