summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2019-05-06 11:17:56 -0700
committerxudan <xudan16@huawei.com>2019-07-12 02:52:58 -0400
commit7d4456beaf190bbd6bb935325cfe43a1df1c70f2 (patch)
treee80dc20323366a29ff56d0507193e6e85713ecf9
parent7360cbb9d286d8fac22947ab918a7285fea9d570 (diff)
Update OVP Support Email Address
As the portals have moved from the opnfv.org domain to lfnetworking.org, the support address has changed as well from 'verified' to 'ovp-support'. Change-Id: I341093992e456ac90580b3b96206a402f98bf2d2 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r--docs/testing/user/certificationworkflow/index.rst4
-rw-r--r--docs/testing/user/reviewerguide/index.rst2
-rwxr-xr-xetc/patches/functest/disable-api-validation/apply.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/testing/user/certificationworkflow/index.rst b/docs/testing/user/certificationworkflow/index.rst
index dba8adf9..27a1b511 100644
--- a/docs/testing/user/certificationworkflow/index.rst
+++ b/docs/testing/user/certificationworkflow/index.rst
@@ -18,7 +18,7 @@ Compliance and Verification (C&V) Committee.
For further information about the workflow and general inquiries about
the program, please check out the `OVP landing page`_, or contact the
-C&V committee by email address verified@opnfv.org. This email address
+C&V committee by email address ovp-support@lfnetworking.org. This email address
should be used for all communication with the OVP.
Step 1: Participation Form Submission
@@ -86,7 +86,7 @@ Then the test result is identified by the unique Test ID and becomes visible to
comprised of OPNFV community members.
When a test result is made visible to the reviewers, the program administrator will ask for
-volunteers from the review group using the verified@opnfv.org email and CC the primary contact
+volunteers from the review group using the ovp-support@lfnetworking.org email and CC the primary contact
email that a review request has been made. The program administrator will supply the Test ID
and owner field (primary contact user ID) to the reviewers to identify the results.
diff --git a/docs/testing/user/reviewerguide/index.rst b/docs/testing/user/reviewerguide/index.rst
index 99585581..391f6e3d 100644
--- a/docs/testing/user/reviewerguide/index.rst
+++ b/docs/testing/user/reviewerguide/index.rst
@@ -21,7 +21,7 @@ The OPNFV Verified program (OVP) provides the ability for users to upload test r
After the user submit for review the test results **Status** is changed from 'private' to 'review'
(as shown in figure 2).
-OVP administrator will ask for review volunteers using the verified@opnfv.org email alias.
+OVP administrator will ask for review volunteers using the ovp-support@lfnetworking.org email alias.
The incoming results for review will be identified by the administrator with particular **Test ID**
and **Owner** values.
diff --git a/etc/patches/functest/disable-api-validation/apply.sh b/etc/patches/functest/disable-api-validation/apply.sh
index fefa2555..09ff912e 100755
--- a/etc/patches/functest/disable-api-validation/apply.sh
+++ b/etc/patches/functest/disable-api-validation/apply.sh
@@ -12,7 +12,7 @@ set -e
set -u
# without setting the user, git does not allow to create a commit
-git config --global user.email "verified@opnfv.org"
+git config --global user.email "ovp-support@lfnetworking.org"
git config --global user.name "Dovetail"
cd /src/tempest