summaryrefslogtreecommitdiffstats
path: root/vstf/etc/vstf/user/reporters.mail.mail-settings
diff options
context:
space:
mode:
Diffstat (limited to 'vstf/etc/vstf/user/reporters.mail.mail-settings')
-rwxr-xr-xvstf/etc/vstf/user/reporters.mail.mail-settings18
1 files changed, 18 insertions, 0 deletions
diff --git a/vstf/etc/vstf/user/reporters.mail.mail-settings b/vstf/etc/vstf/user/reporters.mail.mail-settings
new file mode 100755
index 00000000..8716cd4f
--- /dev/null
+++ b/vstf/etc/vstf/user/reporters.mail.mail-settings
@@ -0,0 +1,18 @@
+{
+ "server": {
+ "host": "localhost",
+ "username": null,
+ "password": null
+ },
+ "body": {
+ "from": [
+ "hangzhou_vstf_ci@huawei.com"
+ ],
+ "to": [
+ "Yiting.Li@gerrit.opnfv.org",
+ ],
+ "cc": [ ],
+ "bcc": [],
+ "subject": "Virtual Switching Performance Test Report"
+ }
+}