[VOL-5004] - Clone unit tests to run on a v2.12 branch

[VOL-5007]
[VOL-5010]

howto/release/preparation.rst
howto/release/ci-management/index.rst
howto/release/ci-management/create_lts_view.rst
-----------------------------------------------
  o Document new makefile targets added to help branch jenkins
  o jobs for release.

Change-Id: I79b27cb16a11c76417d5f6fc2458e4c2d1bee2e0
diff --git a/howto/release/ci-management/create_lts_view.rst b/howto/release/ci-management/create_lts_view.rst
index 0eedd5e..0d76365 100644
--- a/howto/release/ci-management/create_lts_view.rst
+++ b/howto/release/ci-management/create_lts_view.rst
@@ -30,36 +30,38 @@
 Global job view creation
 ------------------------
 
+This option will add a named view in the `jenkins::Dashboard soup <https://jenkins.opencord.org/>`__ at the top.
+
 - Visit `jenkins::Dashboard <https://jenkins.opencord.org>`_
 - Click "New View" in the left margin.
-- Name view for the current release VOLTHA-XXX
+- Name view for the current release voltha-2.12
 - Select type "List View"
+- Click the "create" button
 - Accept basic values to begin configuring
 - Add an appropraite job Description.
 - Scroll down to "Job Filters"
 
-  - Selelect individual jobs
-  - Select "Use a regular expression to include jobs in the view", value: .*voltha-2.11.*
+  - Selelect individual jobs to hardcode an explicit list.
+  - Select "Use a regular expression to pattern match", value: .*voltha-2.12.*
 
-- The voltha-2.8 view deleted the "Coverage" and "Favorite" columns.
-- The voltha-2.11 view is complete for now.
-- Click the "create" button
+- Removing voltha-2.8 view deleted the "Coverage" and "Favorite" columns.
+- The voltha-2.12 view is complete for now.
+- Click the [ok] button
 
-Add job view in the LTS folder
-------------------------------
+Add new release job view in the LTS folder
+------------------------------------------
 
 - Visit `jenkins::Dashboard <https://jenkins.opencord.org>`_
-- Click the `VOLTHA-LTS folder <https://jenkins.opencord.org/job/VOLTHA-LTS/>`_ in center.
+- Click the `VOLTHA-LTS folder <https://jenkins.opencord.org/job/VOLTHA-LTS/>`_ in the center panel beneath job view soup at the top.
 - Click "New View" in the left margin.
-- Add view name: VOLTHA-2.11
+- Add view name: VOLTHA-2.12
 - Select "Include a global view"
 - Click the "create" button
 - Type in an appropraite Description.
-- View name should contain the global view name VOLTHA-2.11
-- Click "Apply"
+- View name should contain the global view name VOLTHA-2.12 created earlier
 - Click "OK"
 
 Access LTS jobs
 ---------------
 - Visit the `VOLTHA-LTS job folder <https://jenkins.opencord.org/job/VOLTHA-LTS/>`__
-- Select or bookmark job view VOLTHA-2.11.
+- Select or bookmark job view `VOLTHA-2.12 <https://jenkins.opencord.org/job/VOLTHA-LTS/view/voltha-2.12/>`_