JIRA: BOTTLENECKS-29
[bottlenecks.git] / vstf / vstf / controller / settings / mail_settings.py
old mode 100755 (executable)
new mode 100644 (file)
index fd66b5c..db01097
@@ -1,8 +1,11 @@
-#!/usr/bin/env python
-# -*- coding: utf8 -*-
-# author: wly
-# date: 2015-09-06
-# see license for license details
+##############################################################################
+# Copyright (c) 2015 Huawei Technologies Co.,Ltd and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
 
 import logging
 import pprint
@@ -91,17 +94,6 @@ def unit_test():
     }
     mail_settings.set_server(mail_server)
 
-    from_list = ['vstf_from@vstf.com']
-    mail_settings.set_from(from_list)
-    to_list = ['wangli11@huawei.com']
-    mail_settings.set_to(to_list)
-    cc_list = ['wangli11@huawei.com']
-    mail_settings.set_cc(cc_list)
-    bcc_list = ['wangli11@huawei.com']
-    mail_settings.set_bcc(bcc_list)
-    bcc_list = ['wangli11@huawei.com']
-    mail_settings.set_bcc(bcc_list)
-
     subject = "Virtual Switching Performance Test Report"
     mail_settings.set_subject(subject)